[KERNEL32]
authorKamil Hornicek <kamil.hornicek@reactos.org>
Tue, 28 Sep 2010 00:02:05 +0000 (00:02 +0000)
committerKamil Hornicek <kamil.hornicek@reactos.org>
Tue, 28 Sep 2010 00:02:05 +0000 (00:02 +0000)
Winnls.h can be included now.

svn path=/trunk/; revision=48913

reactos/dll/win32/kernel32/misc/lang.c

index 78cf47f..e2333d0 100644 (file)
  */
 
 #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