mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:08:29 +02:00
* Added CP_UTF7 and CP_UTF8 constants. Mantis #10822.
git-svn-id: trunk@11191 -
This commit is contained in:
parent
839e391467
commit
b21b10aafb
@ -1323,6 +1323,10 @@
|
||||
CP_ACP = 0;
|
||||
CP_MACCP = 2;
|
||||
CP_OEMCP = 1;
|
||||
{ WinCE 5.0+}
|
||||
CP_UTF7 = 65000;
|
||||
CP_UTF8 = 65001;
|
||||
|
||||
{ GetDateFormat }
|
||||
{ already defined above !!
|
||||
#define DATE_SHORTDATE (1)
|
||||
|
Loading…
Reference in New Issue
Block a user