projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected name of wxWS_EX_PROCESS_UI_UPDATES style (part of patch 1686335)
[wxWidgets.git]
/
src
/
cocoa
/
utilsexc.mm
diff --git
a/src/cocoa/utilsexc.mm
b/src/cocoa/utilsexc.mm
index 20d6e25688e65ce60050234b416ca25db0a7b1a4..348c1c1060eb16cc091427de61882d71d0902808 100644
(file)
--- a/
src/cocoa/utilsexc.mm
+++ b/
src/cocoa/utilsexc.mm
@@
-21,8
+21,13
@@
#if 0
+#ifndef WX_PRECOMP
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif // wxUSE_STREAMS
+#endif //WX_PRECOMP
+
#include "wx/process.h"
-#include "wx/stream.h"
#include "wx/cocoa/string.h"