projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed some problems in converting existing static libs into DLLs.
[wxWidgets.git]
/
src
/
generic
/
progdlgg.cpp
diff --git
a/src/generic/progdlgg.cpp
b/src/generic/progdlgg.cpp
index 4bdb7c3fea972777a5e0eb29bdca47c5d8c9a087..2098d95e67b1913653378cb38abf93d0f1d4fa2a 100644
(file)
--- a/
src/generic/progdlgg.cpp
+++ b/
src/generic/progdlgg.cpp
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "progdlgg.h"
#endif