]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/nanox.c
use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)
[wxWidgets.git] / src / x11 / nanox.c
index 5da90dd64d6c93aa1692384dd2a376a27318ed6d..5c2c8b27ab74989ae51ef964f2a308a6a6ba6f5e 100644 (file)
@@ -2,17 +2,13 @@
  * nanox.c
  *
  * Replacements for some comomon Xlib functions
- * Licence: The wxWindows licence
+ * Licence: The wxWidgets licence
  */
 
 #include "wx/setup.h"
 
 #if wxUSE_NANOX
 
-#ifdef __GNUG__
-#pragma implementation "Xlib.h"
-#endif
-
 #include <ctype.h>
 #include <malloc.h>
 #include <string.h>