]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsocket.c
Highly experimental, unstable code (for determining the
[wxWidgets.git] / src / msw / gsocket.c
index d789711c1d1c92a07d4db884e93bd17dc8bddd18..47325c4320f460e7ca4a3ceb5cb033f80c939ff4 100644 (file)
@@ -768,7 +768,7 @@ GSocketEventFlags GSocket_Select(GSocket *socket, GSocketEventFlags flags)
  *  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);