]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_frame.h
Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / include / wx / xrc / xh_frame.h
index e37681e0a7043cd4a17f86e50d04061ee8872f66..9252868f0b276e3444011964289dba05ed85f550 100644 (file)
 #ifndef _WX_XH_FRAME_H_
 #define _WX_XH_FRAME_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "xh_frame.h"
 #endif
 
 #include "wx/xrc/xmlres.h"
 
-class WXXMLDLLEXPORT wxFrameXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxFrameXmlHandler : public wxXmlResourceHandler
 {
 DECLARE_DYNAMIC_CLASS(wxFrameXmlHandler)
 public: