mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[KERNEL32]
Winnls.h can be included now. svn path=/trunk/; revision=48913
This commit is contained in:
parent
f269313793
commit
9856680c43
1 changed files with 1 additions and 5 deletions
|
@ -17,17 +17,13 @@
|
|||
*/
|
||||
|
||||
#include <k32.h>
|
||||
#include <winnls.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "lcformat_private.h"
|
||||
|
||||
/* FIXME: these are included in winnls.h, however including this file causes alot of
|
||||
conflicting type errors. */
|
||||
|
||||
#define LOCALE_RETURN_NUMBER 0x20000000
|
||||
#define LOCALE_USE_CP_ACP 0x40000000
|
||||
#define LOCALE_LOCALEINFOFLAGSMASK (LOCALE_NOUSEROVERRIDE|LOCALE_USE_CP_ACP|\
|
||||
LOCALE_RETURN_NUMBER|LOCALE_RETURN_GENITIVE_NAMES)
|
||||
#define CALINFO_MAX_YEAR 2029
|
||||
|
|
Loading…
Reference in a new issue