From b065bd6282f8facfa229e250d693ac43c9eb84b2 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 5 Oct 2005 20:02:10 +1000 Subject: [PATCH] Make sure WCHAR_MAX is #defined darcs-hash:20051005100210-ac50b-436e292c1576a24a6c15c957699132b1b38c54d5.gz --- input_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/input_common.h b/input_common.h index d8031d71a..a877074a2 100644 --- a/input_common.h +++ b/input_common.h @@ -8,6 +8,10 @@ Header file for the low level input library #include +#ifndef WCHAR_MAX +#define WCHAR_MAX 0x80000000 +#endif + #define WCHAR_END (WCHAR_MAX + (unsigned long)1) enum