]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsockmsw.c
My iconv (GLIBC 2.2) uses char** as the second
[wxWidgets.git] / src / msw / gsockmsw.c
index e853b8b1bd53b9ac919702c642267e15ab59fd87..65668b8c49ae10d3d83d047c683fe5e7bc1c34fd 100644 (file)
@@ -38,7 +38,7 @@
 #include "gsocket.h"
 
 /* If not using wxWindows, a global var called hInst must
- * be available and it must containt the app's instance
+ * be available and it must contain the app's instance
  * handle.
  */
 #define INSTANCE hInst
@@ -82,7 +82,7 @@ static int firstAvailable;
 
 /* Global initializers */
 
-bool GSocket_Init(void)
+int GSocket_Init(void)
 {
   WSADATA wsaData;
   WNDCLASS winClass;