projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correcting condition
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_text.h
diff --git
a/include/wx/xrc/xh_text.h
b/include/wx/xrc/xh_text.h
index b9d3021f68977fe53e8c588be7fc2b30e6ca7711..e67010eeb6cda71ba27b61d364acbbd6ac7f62f2 100644
(file)
--- a/
include/wx/xrc/xh_text.h
+++ b/
include/wx/xrc/xh_text.h
@@
-11,7
+11,7
@@
#ifndef _WX_XH_TEXT_H_
#define _WX_XH_TEXT_H_
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "xh_text.h"
#endif