X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0..bceb17b2e06f5575888a8a88dcf80ff8a4ba137d:/contrib/include/wx/net/smapi.h diff --git a/contrib/include/wx/net/smapi.h b/contrib/include/wx/net/smapi.h index fd1246cf80..1dd7af4864 100644 --- a/contrib/include/wx/net/smapi.h +++ b/contrib/include/wx/net/smapi.h @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "smapi.h" #endif @@ -18,10 +18,10 @@ #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_