]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsockmsw.c
Replaced /'s with \'s as BCC requires \'s for path names
[wxWidgets.git] / src / msw / gsockmsw.c
index 65668b8c49ae10d3d83d047c683fe5e7bc1c34fd..60d54c682c1395e96269dc8bda9de8e48a0ae646 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #ifndef __GSOCKET_STANDALONE__
 #endif
 
 #ifndef __GSOCKET_STANDALONE__
+#include "wx/defs.h"
 #include "wx/setup.h"
 #endif
 
 #include "wx/setup.h"
 #endif
 
@@ -136,7 +137,7 @@ void GSocket_Cleanup(void)
 
 /* Per-socket GUI initialization / cleanup */
 
 
 /* Per-socket GUI initialization / cleanup */
 
-bool _GSocket_GUI_Init(GSocket *socket)
+int _GSocket_GUI_Init(GSocket *socket)
 {
   int i;
 
 {
   int i;
 
@@ -278,7 +279,7 @@ void _GSocket_Disable_Events(GSocket *socket)
 
 #else /* !wxUSE_SOCKETS */
 
 
 #else /* !wxUSE_SOCKETS */
 
-/* 
+/*
  * Translation unit shouldn't be empty, so include this typedef to make the
  * compiler (VC++ 6.0, for example) happy
  */
  * Translation unit shouldn't be empty, so include this typedef to make the
  * compiler (VC++ 6.0, for example) happy
  */