mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 11:29:45 +00:00
[CTFMON][MSCTF][MSCTFIME][MSUTB] Move CTF modules to base/ctf (#8040)
This PR reorganizes the location of the CTF-related modules to improve grep-ability, understanding, and readability. New folder base/ctf will become incomplete Cicero, CTF or TSF (Text Services Framework). JIRA issue: CORE-19360 JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move ctfmon, msctf, msctfime, and msutb modules to new directory base/ctf. - Adapt CMakeLists.txt to this move. - Modify .github/labeler.yml and media/doc/WINESYNC.txt. - No code content changes except CMakeLists.txt, .github/labeler.yml, and media/doc/WINESYNC.txt.
This commit is contained in:
parent
2a0d98c2bc
commit
d4c64771cd
77 changed files with 9 additions and 11 deletions
16
base/ctf/msctfime/resource.h
Normal file
16
base/ctf/msctfime/resource.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#define IDI_UNICODE 256
|
||||
#define IDI_DOWN 257
|
||||
|
||||
#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
|
||||
|
||||
#define IDS_ENTER 512
|
||||
#define IDS_FINALIZE_STRING 513
|
||||
#define IDS_CONVERSION 514
|
Loading…
Add table
Add a link
Reference in a new issue