projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ActiveX events should be sent to the window, not it's parent.
[wxWidgets.git]
/
src
/
common
/
dseldlg.cpp
diff --git
a/src/common/dseldlg.cpp
b/src/common/dseldlg.cpp
index 86b2e1147dd8e9af265e61956db0c2ec9d80c1ee..36068fd617ae8f3569854aee2bf8516125c3466b 100644
(file)
--- a/
src/common/dseldlg.cpp
+++ b/
src/common/dseldlg.cpp
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dseldlg.h"
#endif