]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webhistoryitem_ie.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / msw / webhistoryitem_ie.h
index cbd547e5855a13aca44b3f94e91546cc66eceb2d..004eb0989af8eef26182f49862cefe2105aa38e5 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "wx/setup.h"
 
 
 #include "wx/setup.h"
 
-#if wxUSE_WEBVIEW_IE
+#if wxUSE_WEBVIEW_IE && defined(__WXMSW__)
 
 class WXDLLIMPEXP_WEB wxWebHistoryItem
 {
 
 class WXDLLIMPEXP_WEB wxWebHistoryItem
 {
@@ -26,6 +26,6 @@ private:
     wxString m_url, m_title;
 };
 
     wxString m_url, m_title;
 };
 
-#endif // wxUSE_WEBVIEW_IE
+#endif // wxUSE_WEBVIEW_IE && defined(__WXMSW__)
 
 #endif // _WX_MSW_WEBHISTORYITEM_H_
 
 #endif // _WX_MSW_WEBHISTORYITEM_H_