]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsockmsw.c
fixed client area origin handling in wxGTK
[wxWidgets.git] / src / msw / gsockmsw.c
index 60d54c682c1395e96269dc8bda9de8e48a0ae646..e2685197214df221702da7d1a624a757cf880016 100644 (file)
@@ -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__) */