]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/smapi.h
build fix for latest C++ standard
[wxWidgets.git] / contrib / include / wx / net / smapi.h
index fd1246cf808ca4fddc29c3f4d4d441c38710cd0a..0a86e7f7fe8b9f2e5fca551247f2d0909026e035 100644 (file)
@@ -9,19 +9,15 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface "smapi.h"
-#endif
-
 #ifndef _WX_SMAPI_H_
 #define _WX_SMAPI_H_
 
 #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 +49,4 @@ protected:
 };
 
 
-#endif //_WX_SMAPI_H_
\ No newline at end of file
+#endif //_WX_SMAPI_H_