mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
added CodePage symbols inside a #if 0
svn path=/trunk/; revision=3426
This commit is contained in:
parent
2fe8ed1c18
commit
b767c78d56
1 changed files with 7 additions and 2 deletions
|
@ -126,8 +126,13 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define CP_ACP 0
|
#define CP_ACP 0 //ANSI code page
|
||||||
#define CP_OEMCP 1
|
#define CP_OEMCP 1 //OEM code page
|
||||||
|
#define CP_MACCP 2 //Macintosh code page
|
||||||
|
#define CP_THREAD_ACP 3 //ACP Current thread's ANSI code page
|
||||||
|
#define CP_SYMBOL 42 //Symbol code page (42)
|
||||||
|
#define CP_UTF7 65000 //Translate using UTF-7
|
||||||
|
#define CP_UTF8 65001 //Translate using UTF-8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in a new issue