mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
f4460c3fcd
msutb.dll is the GUI back-end of Language Bar (Tipbar). - Add msutb.dll module at dll/win32/msutb/. - The implementation of msutb.dll is currently stub. - Modify msctf.spec and msctf.idl. - Add <cicero/cicutb.h>. - Adapt ctfmon.exe to these changes. CORE-19362, CORE-19363
9 lines
238 B
C
9 lines
238 B
C
#pragma once
|
|
|
|
#define IDS_OK 100
|
|
#define IDS_CANCEL 101
|
|
#define IDS_ABORT 102
|
|
#define IDS_RETRY 103
|
|
#define IDS_IGNORE 104
|
|
#define IDS_YES 105
|
|
#define IDS_NO 106
|