]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
wxSetlocale() doesn't always return NULL
[wxWidgets.git] / src / common / variant.cpp
index 4bcefec312a99acabecb44d35935cfc7c006327b..3acdd76f4f0a844d043be7facc1df7d9ab6e4c3f 100644 (file)
     #pragma hdrstop
 #endif
 
-#if wxUSE_IOSTREAMH && wxUSE_STD_IOSTREAM
-#   include <fstream.h>
-#else
-#   include <fstream>
+#if wxUSE_STD_IOSTREAM
+    #if wxUSE_IOSTREAMH
+        #include <fstream.h>
+    #else
+        #include <fstream>
+    #endif
 #endif
 
 #if wxUSE_STREAMS