projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(blind) fix for gcc warning on some platforms
[wxWidgets.git]
/
src
/
motif
/
dcscreen.cpp
diff --git
a/src/motif/dcscreen.cpp
b/src/motif/dcscreen.cpp
index 1da45d5e3935713455f9ae29d709db7bdba5f624..62d1cbc8b828dd4a5ed8bf32e3542ed5efa40a5f 100644
(file)
--- a/
src/motif/dcscreen.cpp
+++ b/
src/motif/dcscreen.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcscreen.h"
#endif