]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/smapi.h
setter by ref for
[wxWidgets.git] / contrib / include / wx / net / smapi.h
index fd1246cf808ca4fddc29c3f4d4d441c38710cd0a..1dd7af48640b00a4827baa8230a7a942c7e53cdd 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "smapi.h"
 #endif
 
 
 #include "wx/net/msg.h"
 
-class wxMapiData;
+class WXDLLIMPEXP_NETUTILS wxMapiData;
 
 //The class which encapsulates the MAPI connection
-class wxMapiSession
+class WXDLLIMPEXP_NETUTILS wxMapiSession
 {
 public:
     //Constructors / Destructors
@@ -53,4 +53,4 @@ protected:
 };
 
 
-#endif //_WX_SMAPI_H_
\ No newline at end of file
+#endif //_WX_SMAPI_H_