mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Remove duplicate definitions.
svn path=/trunk/; revision=11030
This commit is contained in:
parent
df80dc6da3
commit
ec73e88d5f
1 changed files with 0 additions and 8 deletions
|
@ -120,9 +120,6 @@ extern "C" {
|
|||
#define LOCALE_SISO639LANGNAME 89
|
||||
#define LOCALE_SISO3166CTRYNAME 90
|
||||
#endif
|
||||
#if (WINVER >= 0x0500)
|
||||
#define LOCALE_SYEARMONTH 0x00001006
|
||||
#endif
|
||||
#define LOCALE_SYSTEM_DEFAULT 0x800
|
||||
#define LOCALE_USER_DEFAULT 0x400
|
||||
#define NORM_IGNORECASE 1
|
||||
|
@ -146,11 +143,6 @@ extern "C" {
|
|||
#define DATE_SHORTDATE 1
|
||||
#define DATE_LONGDATE 2
|
||||
#define DATE_USE_ALT_CALENDAR 4
|
||||
#if(WINVER >= 0x0500)
|
||||
#define DATE_YEARMONTH 0x00000008
|
||||
#define DATE_LTRREADING 0x00000010
|
||||
#define DATE_RTLREADING 0x00000020
|
||||
#endif
|
||||
#define CP_INSTALLED 1
|
||||
#define CP_SUPPORTED 2
|
||||
#define LCID_INSTALLED 1
|
||||
|
|
Loading…
Reference in a new issue