diff options
Diffstat (limited to 'xlib/X11/Xlib.h')
-rw-r--r-- | xlib/X11/Xlib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index 1b2710a..9bdf149 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -49,13 +49,9 @@ in this Software without prior written authorization from The Open Group. #ifndef X_WCHAR #include <stddef.h> #else -#ifdef __UNIXOS2__ -#include <stdlib.h> -#else /* replace this with #include or typedef appropriate for your system */ typedef unsigned long wchar_t; #endif -#endif #ifndef EXTERN # define EXTERN extern TCL_STORAGE_CLASS |