]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1"
[wxWidgets.git] / include / wx / socket.h
index 7b540329f8468f6334442bd45e6beb12b7b69f57..dbde09bff73bb6dc30362e56a2724f4692232914 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_NETWORK_SOCKET_H
 #define _WX_NETWORK_SOCKET_H
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
   #pragma interface "socket.h"
 #endif
 
@@ -33,6 +33,7 @@
 
 #include "wx/sckaddr.h"
 #include "wx/gsocket.h"
+#include "wx/list.h"
 
 // ------------------------------------------------------------------------
 // Types and constants
@@ -305,7 +306,7 @@ public:
 
 // WARNING: still in alpha stage
 
-class wxDatagramSocket : public wxSocketBase
+class WXDLLEXPORT wxDatagramSocket : public wxSocketBase
 {
   DECLARE_CLASS(wxDatagramSocket)