projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More wxUSE_STATTEXT fixes
[wxWidgets.git]
/
src
/
xrc
/
xh_stbox.cpp
diff --git
a/src/xrc/xh_stbox.cpp
b/src/xrc/xh_stbox.cpp
index a5df4e68f294a399e1224556c92230f4405342f7..14ef930b6a6c4d107faf866c306d8f58835d8877 100644
(file)
--- a/
src/xrc/xh_stbox.cpp
+++ b/
src/xrc/xh_stbox.cpp
@@
-8,7
+8,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_stbox.h"
#endif
#pragma implementation "xh_stbox.h"
#endif
@@
-19,7
+19,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_X
ML && wxUSE_X
RC
+#if wxUSE_XRC
#include "wx/xrc/xh_stbox.h"
#include "wx/statbox.h"
#include "wx/xrc/xh_stbox.h"
#include "wx/statbox.h"
@@
-53,4
+53,4
@@
bool wxStaticBoxXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxStaticBox"));
}
return IsOfClass(node, wxT("wxStaticBox"));
}
-#endif // wxUSE_X
ML && wxUSE_X
RC
+#endif // wxUSE_XRC