]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsocket.c
destructor for wxMenu deletes menu now
[wxWidgets.git] / src / unix / gsocket.c
index 74ac09de4ca6fde89a12fbdedf8eb8546c9a0981..fa01cea28059a67d7e711f534934c3f5cbab634f 100644 (file)
@@ -34,7 +34,7 @@
 #endif
 
 #include <signal.h>
-#include <features.h>
+//#include <features.h>
 
 #include <wx/setup.h>
 #include <wx/gsocket.h>
 
 #endif
 
+/* Global initialisers */
+
+void GSocket_Init()
+{
+}
+
+void GSocket_Cleanup()
+{
+}
+
 /* Constructors / Destructors */
 
 GSocket *GSocket_new()