]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_notbk.h
we need our own imaglist implementation because in wxmac wxIcon does not inherit...
[wxWidgets.git] / include / wx / xrc / xh_notbk.h
index 14e909568b24fff6a0f2e5be57ae8ebbec44c186..e6fe42254052d9cc7d97ea12c3cbd4541c218231 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_XH_NOTBK_H_
 #define _WX_XH_NOTBK_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "xh_notbk.h"
 #endif
 
@@ -20,7 +20,7 @@
 
 class WXDLLEXPORT wxNotebook;
 
-class WXXMLDLLEXPORT wxNotebookXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxNotebookXmlHandler : public wxXmlResourceHandler
 {
 DECLARE_DYNAMIC_CLASS(wxNotebookXmlHandler)
 public: