#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()