projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed wxLogTrace() without mask to fix DMC compilation
[wxWidgets.git]
/
include
/
wx
/
wfstream.h
diff --git
a/include/wx/wfstream.h
b/include/wx/wfstream.h
index 9778a6cda92316908061aa11d2f15cdd9481e696..a0cb69e11e7d75f813da0053b5f8bfa3edb22f36 100644
(file)
--- a/
include/wx/wfstream.h
+++ b/
include/wx/wfstream.h
@@
-12,7
+12,7
@@
#ifndef _WX_WXFSTREAM_H__
#define _WX_WXFSTREAM_H__
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "wfstream.h"
#endif