mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Follow-up of #8678. JIRA issue: CORE-20243 - Rename conime_res.rc as conime.rc. - Rename Icon_2.ico as conime.ico.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
add_executable(conime WIN32 conime.c conime_res.rc)
|
||||
add_executable(conime WIN32 conime.c conime.rc)
|
||||
set_module_type(conime win32gui UNICODE)
|
||||
target_link_libraries(conime wine ${PSEH_LIB})
|
||||
add_importlibs(conime msvcrt imm32 advapi32 user32 gdi32 kernel32 ntdll)
|
||||
add_importlibs(conime imm32 advapi32 user32 gdi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET conime DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -42,7 +42,7 @@ typedef struct tagIMEDISPLAY
|
||||
UINT uCharInfoLen;
|
||||
BOOL bFlag;
|
||||
CHAR_INFO CharInfo[IMEDISPLAY_MAX_X];
|
||||
} IMEDISPLAY, *PIMEDISPLAY; // 0x288
|
||||
} IMEDISPLAY, *PIMEDISPLAY;
|
||||
|
||||
// Keyboard layout info
|
||||
typedef struct tagKLINFO
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
IDI_MAINICON ICON "res/Icon_2.ico"
|
||||
IDI_MAINICON ICON "res/conime.ico"
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -5,4 +5,4 @@
|
||||
* COPYRIGHT: Copyright 2026 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
#define IDI_MAINICON 2
|
||||
#define IDI_MAINICON 100
|
||||
|
||||
Reference in New Issue
Block a user