]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gsockmot.c
typo(s) fixed
[wxWidgets.git] / src / motif / gsockmot.c
index 797c3cff7bc88d826fef7c3a7777b9f9c893ae78..0898bd4512158c420143f23a3a68825a10ef1eaa 100644 (file)
@@ -117,4 +117,9 @@ void _GSocket_Disable_Events(GSocket *socket)
   _GSocket_Uninstall_Callback(socket, GSOCK_OUTPUT);
 }
 
-#endif /* wxUSE_SOCKETS */
+#else /* !wxUSE_SOCKETS */
+
+/* some compilers don't like having empty source files */
+static int wxDummyGsockVar = 0;
+
+#endif /* wxUSE_SOCKETS/!wxUSE_SOCKETS */