]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/propform.cpp
Added OS/2 patches to wxGTK.
[wxWidgets.git] / src / generic / propform.cpp
index 2a115e5c57800918ec82988d53d05052fc86b48d..bda34bb83ade931e08794484154befc9e79d5019 100644 (file)
@@ -30,7 +30,7 @@
 #include <string.h>
 
 #if wxUSE_IOSTREAMH
-#if defined(__WXMSW__) && !defined(__GNUWIN32__)
+#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__)
 #include <strstrea.h>
 #else
 #include <strstream.h>