X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da00cef2d8497aff5bd5d84bed7983575fce71f0..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/nativewin.h diff --git a/include/wx/nativewin.h b/include/wx/nativewin.h index 60d94037cf..6571149755 100644 --- a/include/wx/nativewin.h +++ b/include/wx/nativewin.h @@ -39,9 +39,7 @@ typedef HWND wxNativeContainerWindowId; typedef HWND wxNativeContainerWindowHandle; #elif defined(__WXGTK__) - #include - - typedef GdkNativeWindow wxNativeContainerWindowId; + typedef unsigned long wxNativeContainerWindowId; typedef GdkWindow *wxNativeContainerWindowHandle; #else // no support for using native windows under this platform yet