]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
0. wxExecute() with IO redirection now works again (but the real fix is
[wxWidgets.git] / src / msw / dummy.cpp
index ae232c15c761ab64b7770f33c04bd126e8324059..4829376c7c7f75dfe6ab8afaba18a12c7af15f45 100644 (file)
@@ -30,7 +30,7 @@
 
 // Foils optimizations in Visual C++ (see also app.cpp). Without it,
 // dummy.obj isn't linked and we get a linker error.
-#if defined(__VISUALC__)
+#if defined(__VISUALC__) && defined(__WIN16__)
     char wxDummyChar = 0;
 #endif