projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
warning fixes
[wxWidgets.git]
/
src
/
common
/
module.cpp
diff --git
a/src/common/module.cpp
b/src/common/module.cpp
index e8ddb80a0af439b6b9d44af11e0e4fe9f6843eb5..70334f639d00484ebdf20c4127faa389adda4bfa 100644
(file)
--- a/
src/common/module.cpp
+++ b/
src/common/module.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "module.h"
#endif