]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webviewhistoryitem_ie.h
Document that wxDateTime::UNow() returns UTC time.
[wxWidgets.git] / include / wx / msw / webviewhistoryitem_ie.h
index 29f94ce647bf935aa345fda3dadbd61382087deb..3283337f810703c27a6c02d13500ab0694223fc5 100644 (file)
@@ -12,9 +12,9 @@
 
 #include "wx/setup.h"
 
-#if wxUSE_WEBVIEW_IE && defined(__WXMSW__)
+#if wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__)
 
-class WXDLLIMPEXP_WEB wxWebViewHistoryItem
+class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
 {
 public:
     wxWebViewHistoryItem(const wxString& url, const wxString& title) : 
@@ -26,6 +26,6 @@ private:
     wxString m_url, m_title;
 };
 
-#endif // wxUSE_WEBVIEW_IE && defined(__WXMSW__)
+#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__)
 
 #endif // _WX_MSW_WEBVIEWHISTORYITEM_H_