]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsocket.c
OS/2 updates for statusbar processing
[wxWidgets.git] / src / msw / gsocket.c
index d789711c1d1c92a07d4db884e93bd17dc8bddd18..60d2c3f417c1d9ba254fac62c7588a3243a20046 100644 (file)
@@ -97,7 +97,7 @@ GSocket *GSocket_new(void)
   if (!success)
   {
     free(socket);
   if (!success)
   {
     free(socket);
-    return NULL;
+    socket = NULL;
   }
 
   return socket;
   }
 
   return socket;
@@ -768,7 +768,7 @@ GSocketEventFlags GSocket_Select(GSocket *socket, GSocketEventFlags flags)
  *  Sets the socket to non-blocking mode. All IO calls will return
  *  immediately.
  */
  *  Sets the socket to non-blocking mode. All IO calls will return
  *  immediately.
  */
-void GSocket_SetNonBlocking(GSocket *socket, bool non_block)
+void GSocket_SetNonBlocking(GSocket *socket, int non_block)
 {
   assert(socket != NULL);
 
 {
   assert(socket != NULL);