]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/webviewhistoryitem_webkit.h
Use /bin/echo for creation of Mac OS X PkgInfo files.
[wxWidgets.git] / include / wx / osx / webviewhistoryitem_webkit.h
index 97a23d265e6d1543a9acab93333cf08ee5fe2b85..776311cbeaff0e26ffc15a9eea1921f7f6030a8b 100644 (file)
 
 #include "wx/setup.h"
 
-#if wxUSE_WEBVIEW_WEBKIT && (defined(__WXOSX_COCOA__) \
-                         ||  defined(__WXOSX_CARBON__))
+#if wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT && (defined(__WXOSX_COCOA__) \
+                                          ||  defined(__WXOSX_CARBON__))
 
-class WXDLLIMPEXP_WEB wxWebViewHistoryItem
+class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem
 {
 public:
     wxWebViewHistoryItem(const wxString& url, const wxString& title) :
@@ -30,6 +30,6 @@ private:
     struct objc_object *m_histItem;
 };
 
-#endif // wxUSE_WEBVIEW_WEBKIT && defined(__WXOSX_MAC__)
+#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_WEBKIT 
 
 #endif // _WX_OSX_WEBVIEWHISTORYITEM_H_