]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
fixed 64but bug with g_strEmpty initialization
[wxWidgets.git] / src / common / socket.cpp
index da261af97da460661c2d480bdfe2c05f4dc92a49..53ddde5e89e13974b88c481ba3428587c03cc57f 100644 (file)
@@ -31,6 +31,9 @@
 #include <wx/timer.h>
 #include <wx/utils.h>
 
+// Not enough OS behaviour defined for wxStubs
+#ifndef __WXSTUBS__
+
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
@@ -1537,3 +1540,6 @@ HWND wxSocketHandler::GetHWND() const
 }
 
 #endif
+
+#endif
+  // __WXSTUBS__