diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 18:41:52 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-08 22:40:46 +0100 |
commit | d12f9524138899e43deb1a70fb37c97559d8f64e (patch) | |
tree | e262f16b885408a54f632ba370bdb83b769727bd /nx-X11/lib/X11/Xlib.h | |
parent | 86a6a340f06e7a735b92ca2923d2ebc6183de546 (diff) | |
download | nx-libs-d12f9524138899e43deb1a70fb37c97559d8f64e.tar.gz nx-libs-d12f9524138899e43deb1a70fb37c97559d8f64e.tar.bz2 nx-libs-d12f9524138899e43deb1a70fb37c97559d8f64e.zip |
drop platform support: unifdef __UNIXOS2__.
Fixes ArcticaProject/nx-libs#271.
Diffstat (limited to 'nx-X11/lib/X11/Xlib.h')
-rw-r--r-- | nx-X11/lib/X11/Xlib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/Xlib.h b/nx-X11/lib/X11/Xlib.h index 1ac1ef181..b68a09f2b 100644 --- a/nx-X11/lib/X11/Xlib.h +++ b/nx-X11/lib/X11/Xlib.h @@ -51,13 +51,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 extern int |