projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correcting a missing redraw area on certain resize operations when window has a border
[wxWidgets.git]
/
src
/
mgl
/
evtloop.cpp
diff --git
a/src/mgl/evtloop.cpp
b/src/mgl/evtloop.cpp
index 95270cda46789ea59c6195423ce1788e1311b8d1..d9fd9295661323fb7a21704876a1753e36cda149 100644
(file)
--- a/
src/mgl/evtloop.cpp
+++ b/
src/mgl/evtloop.cpp
@@
-11,7
+11,7
@@
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "evtloop.h"
#endif