]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxprop/src/prop.cpp
corrected (after wxTString untimely death) and expanded
[wxWidgets.git] / utils / wxprop / src / prop.cpp
index 32e68f547b0ac86304fff3f888bff0cd700f4b75..4bd8d72efe1103c7bc4782dac37c101460194bce 100644 (file)
@@ -29,7 +29,7 @@
 #include <math.h>
 #include <string.h>
 
-#if defined(__WINDOWS__) && !defined(__GNUWIN32__)
+#if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>