projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
attempt to fix race condition between Delete() and Wait()
[wxWidgets.git]
/
src
/
msw
/
ownerdrw.cpp
diff --git
a/src/msw/ownerdrw.cpp
b/src/msw/ownerdrw.cpp
index 602bfd02ff051b8a80dcd97ca9d1c8549f9451bc..665acc4c9d8d9d7650a80650b5d9fe1fc2819cb1 100644
(file)
--- a/
src/msw/ownerdrw.cpp
+++ b/
src/msw/ownerdrw.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation
#endif