]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
Makefiles for foldbar sample.
[wxWidgets.git] / include / wx / gsocket.h
index d19b9daf3a239ae74401fe9626feb4a829290d9f..4aaa5d7cb2275feb900a2da99ac8289d00eefcef 100644 (file)
@@ -332,8 +332,6 @@ void GSocket_SetNonBlocking(GSocket *socket, int non_block);
  */
 void GSocket_SetTimeout(GSocket *socket, unsigned long millisec);
 
-#endif /* ndef wxUSE_GSOCKET_CPLUSPLUS */
-
 /* GSocket_GetError:
  *  Returns the last error occured for this socket. Note that successful
  *  operations do not clear this back to GSOCK_NOERROR, so use it only
@@ -341,8 +339,6 @@ void GSocket_SetTimeout(GSocket *socket, unsigned long millisec);
  */
 GSocketError WXDLLIMPEXP_NET GSocket_GetError(GSocket *socket);
 
-#ifndef wxUSE_GSOCKET_CPLUSPLUS
-
 /* Callbacks */
 
 /* GSOCK_INPUT: