]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
Got rid wx-license
[wxWidgets.git] / include / wx / gsocket.h
index 2b626a698ee001cdcca3f3b1091caec6c55bd5aa..4158ab1baa8f9d98d1afbbcfa9e5c0bc856704bf 100644 (file)
 
 #ifndef __GSOCKET_STANDALONE__
 #include "wx/setup.h"
+#include "wx/platform.h"
 
-/* kludge for GTK..  gsockgtk.c craps out miserably if we include
-   defs.h ...  no idea how other files get away with it.. */
-
-#if !defined( __WXMSW__ ) && !defined(  WXDLLIMPEXP_NET )
-#define WXDLLIMPEXP_NET
-#endif
+#include "wx/dlimpexp.h" // for WXDLLIMPEXP_NET
 
 #endif