]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / gsocket.h
index 1feda83e41dcaaa2acc74052377470630793c470..a527a8586a9a5f4fbcd36e02e4824cd62659cdd8 100644 (file)
@@ -67,7 +67,7 @@ typedef enum {
   GSOCK_WOULDBLOCK,
   GSOCK_TIMEDOUT,
   GSOCK_MEMERR,
-  GSOCK_OPTERR,
+  GSOCK_OPTERR
 } GSocketError;
 
 /* See below for an explanation on how events work.
@@ -118,7 +118,7 @@ public:
 
 /* Sets GUI functions callbacks. Must be called *before* GSocket_Init
    if the app uses async sockets. */
-void GSocket_SetGUIFunctions(struct GSocketGUIFunctionsTable *guifunc);
+void GSocket_SetGUIFunctions(GSocketGUIFunctionsTable *guifunc);
 
 /* GSocket_Init() must be called at the beginning */
 int GSocket_Init(void);