Make sure WCHAR_MAX is #defined

darcs-hash:20051005100210-ac50b-436e292c1576a24a6c15c957699132b1b38c54d5.gz
This commit is contained in:
axel 2005-10-05 20:02:10 +10:00
parent 5628a2ce66
commit b065bd6282

View file

@ -8,6 +8,10 @@ Header file for the low level input library
#include <wchar.h> #include <wchar.h>
#ifndef WCHAR_MAX
#define WCHAR_MAX 0x80000000
#endif
#define WCHAR_END (WCHAR_MAX + (unsigned long)1) #define WCHAR_END (WCHAR_MAX + (unsigned long)1)
enum enum