]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsockmsw.c
added missing -univ package control files.
[wxWidgets.git] / src / msw / gsockmsw.c
index 849752e7d6bf0a381f7a5f150832660c04596d2d..e2685197214df221702da7d1a624a757cf880016 100644 (file)
@@ -137,7 +137,7 @@ void GSocket_Cleanup(void)
 
 /* Per-socket GUI initialization / cleanup */
 
-bool _GSocket_GUI_Init(GSocket *socket)
+int _GSocket_GUI_Init(GSocket *socket)
 {
   int i;
 
@@ -283,6 +283,6 @@ void _GSocket_Disable_Events(GSocket *socket)
  * Translation unit shouldn't be empty, so include this typedef to make the
  * compiler (VC++ 6.0, for example) happy
  */
-typedef (*wxDummy)();
+typedef void (*wxDummy)();
 
 #endif  /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */