]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/net/smapi.cpp
Warning fixes after recent library changes.
[wxWidgets.git] / contrib / src / net / smapi.cpp
index 3126be5a6df68f2cf6dc8f9f49937c65d5a9982e..8ac7765ac569a92141ccc06917d54be385b45b58 100644 (file)
@@ -20,6 +20,8 @@
 #pragma hdrstop
 #endif
 
 #pragma hdrstop
 #endif
 
+#ifdef __WXMSW__
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -487,3 +489,5 @@ long wxMapiSession::GetLastError() const
 {
     return m_data->m_nLastError;
 }
 {
     return m_data->m_nLastError;
 }
+
+#endif // __WXMSW__