]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/nanox.c
Put braces around all calls to wxLogFunctions() inside an if statement.
[wxWidgets.git] / src / x11 / nanox.c
index 0aafc49442a6ca02806722b7787af70e9f42613a..5c2c8b27ab74989ae51ef964f2a308a6a6ba6f5e 100644 (file)
@@ -2,16 +2,13 @@
  * nanox.c
  *
  * Replacements for some comomon Xlib functions
+ * 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>