mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
Add missing definitions of EnumDateFormats.
svn path=/trunk/; revision=28997
This commit is contained in:
parent
edc540afb1
commit
9fe96d7b9b
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,7 @@ typedef NUMBERFMTW NUMBERFMT;
|
|||
typedef LPNUMBERFMTW LPNUMBERFMT;
|
||||
#define CompareString CompareStringW
|
||||
#define EnumCalendarInfo EnumCalendarInfoW
|
||||
#define EnumDateFormats EnumDateFormatsW
|
||||
#define EnumSystemCodePages EnumSystemCodePagesW
|
||||
#define EnumSystemLocales EnumSystemLocalesW
|
||||
#define EnumTimeFormats EnumTimeFormatsW
|
||||
|
@ -679,6 +680,7 @@ typedef NUMBERFMTA NUMBERFMT;
|
|||
typedef LPNUMBERFMTA LPNUMBERFMT;
|
||||
#define CompareString CompareStringA
|
||||
#define EnumCalendarInfo EnumCalendarInfoA
|
||||
#define EnumDateFormats EnumDateFormatsA
|
||||
#define EnumSystemCodePages EnumSystemCodePagesA
|
||||
#define EnumSystemLocales EnumSystemLocalesA
|
||||
#define EnumTimeFormats EnumTimeFormatsA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue