]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / generic / helpext.h
index 03c66e5fe3a9cac14cb98b94ae1ab29cee244373..58ef2bb7bcf242e9482e35b7ad31b9f78b976ed7 100644 (file)
@@ -11,7 +11,7 @@
 
 #if wxUSE_HELP
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #   pragma interface "wxexthlp.h"
 #endif
 
@@ -26,7 +26,7 @@
 #define WXEXTHELP_SEPARATOR _T('/')
 #endif
 
-class WXDLLEXPORT wxExtHelpMapList;
+class WXDLLIMPEXP_ADV wxExtHelpMapList;
 
 #ifndef WXEXTHELP_DEFAULTBROWSER
 /// Default browser name.
@@ -54,7 +54,7 @@ class WXDLLEXPORT wxExtHelpMapList;
    Lines starting with ';' will be ignored.
 */
 
-class WXDLLEXPORT wxExtHelpController : public wxHelpControllerBase
+class WXDLLIMPEXP_ADV wxExtHelpController : public wxHelpControllerBase
 {      
 DECLARE_CLASS(wxExtHelpController)
    public: