X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0..e56f4f9e90696fed39677c3410cb18562dcf0ad2:/contrib/include/wx/net/smapi.h diff --git a/contrib/include/wx/net/smapi.h b/contrib/include/wx/net/smapi.h index fd1246cf80..0a86e7f7fe 100644 --- a/contrib/include/wx/net/smapi.h +++ b/contrib/include/wx/net/smapi.h @@ -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_