X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..09d8cc190df922a72d7dc9f9fdc3a51c037a3ca2:/include/wx/xrc/xh_split.h

diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h
index 51c38b8c69..40c317e257 100644
--- a/include/wx/xrc/xh_split.h
+++ b/include/wx/xrc/xh_split.h
@@ -11,13 +11,13 @@
 #ifndef _WX_XH_SPLIT_H_
 #define _WX_XH_SPLIT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "xh_split.h"
 #endif
 
 #include "wx/xrc/xmlres.h"
 
-class WXXMLDLLEXPORT wxSplitterWindowXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxSplitterWindowXmlHandler : public wxXmlResourceHandler
 {
 DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler)
 public: