projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed warnings after GetFont prototype change
[wxWidgets.git]
/
src
/
gtk
/
evtloop.cpp
diff --git
a/src/gtk/evtloop.cpp
b/src/gtk/evtloop.cpp
index c602dead45191304bbc17f0dee449fa8691dd2b5..9ff74e58c315aa606e8db50963fd67c4cdf8db47 100644
(file)
--- a/
src/gtk/evtloop.cpp
+++ b/
src/gtk/evtloop.cpp
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "evtloop.h"
#endif