2002-05-27 Rick Rankin <rick_rankin@yahoo.com>
* include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
This commit is contained in:
parent
918a268c80
commit
a440dc9527
|
@ -1,3 +1,7 @@
|
|||
2002-05-27 Rick Rankin <rick_rankin@yahoo.com>
|
||||
|
||||
* include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
|
||||
|
||||
2002-05-21 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* Makefile.in: Increment VERSION to 1.4.
|
||||
|
|
|
@ -12,6 +12,9 @@ extern "C" {
|
|||
#define MAX_DEFAULTCHAR 2
|
||||
#define LOCALE_NOUSEROVERRIDE 0x80000000
|
||||
#define LOCALE_USE_CP_ACP 0x40000000
|
||||
#if (WINVER >= 0x0400)
|
||||
#define LOCALE_RETURN_NUMBER 0x20000000
|
||||
#endif
|
||||
#define LOCALE_ILANGUAGE 1
|
||||
#define LOCALE_SLANGUAGE 2
|
||||
#define LOCALE_SENGLANGUAGE 0x1001
|
||||
|
|
Loading…
Reference in New Issue