projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added back compile-time check for about/prefs menu separator; OS 9 should not have...
[wxWidgets.git]
/
src
/
unix
/
dir.cpp
diff --git
a/src/unix/dir.cpp
b/src/unix/dir.cpp
index deab1bee7f89f828c68c97594e5fd805c1f16cb1..c75d2712a42f4896739d89d59968e9f234cc6ea0 100644
(file)
--- a/
src/unix/dir.cpp
+++ b/
src/unix/dir.cpp
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dir.h"
#endif