// 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
};
-#endif //_WX_SMAPI_H_
\ No newline at end of file
+#endif //_WX_SMAPI_H_