]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/utilsx11.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / unix / utilsx11.h
index 11bb7b7b9e0440c7ce6271f75215d055e6763990..29898372fa33a3550865a4bbb66f8d82224d7f71 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Mattia Barbon, Vaclav Slavik, Vadim Zeitlin
 // Modified by:
 // Created:     25.03.02
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 //              (c) 2010 Vadim Zeitlin
 // Licence:     wxWindows licence
@@ -26,8 +25,8 @@
 #if defined(__WXGTK__)
 typedef void WXDisplay;
 typedef void* WXWindow;
-typedef unsigned long WXKeySym;
 #endif
+typedef unsigned long WXKeySym;
 
 int wxCharCodeXToWX(WXKeySym keySym);
 WXKeySym wxCharCodeWXToX(int id);