]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/basemsw.cpp
correct the test for Windows platform (this also fixes unit test failures in FormatCo...
[wxWidgets.git] / src / msw / basemsw.cpp
index 5af350eb5a6ec9841e4bf11585b6ef80fb0f1a34..51d1c26618af4524e78004b7e240c2ffc2dbdb02 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/event.h"
 #endif //WX_PRECOMP
 
 #include "wx/apptrait.h"
@@ -42,8 +43,6 @@
 // wxAppTraits implementation
 // ============================================================================
 
-GSocketManager *wxAppTraits::ms_manager = NULL;
-
 WXDWORD wxAppTraits::DoSimpleWaitForThread(WXHANDLE hThread)
 {
     return ::WaitForSingleObject((HANDLE)hThread, INFINITE);