]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/nativewin.h
Use "_x64" instead of "amd64" for x64 MSW makefile builds.
[wxWidgets.git] / include / wx / nativewin.h
index 60d94037cff1d42d27aa5d52ef46b66b4a9f623d..6571149755ff7a16d3ce1af89e1793bf723917d2 100644 (file)
@@ -39,9 +39,7 @@
     typedef HWND wxNativeContainerWindowId;
     typedef HWND wxNativeContainerWindowHandle;
 #elif defined(__WXGTK__)
-    #include <gdk/gdk.h>
-
-    typedef GdkNativeWindow wxNativeContainerWindowId;
+    typedef unsigned long wxNativeContainerWindowId;
     typedef GdkWindow *wxNativeContainerWindowHandle;
 #else
     // no support for using native windows under this platform yet