]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummydll.cpp
Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to
[wxWidgets.git] / src / msw / dummydll.cpp
index 1a594077d8ccf77b4047aa3fecf6662b587219a0..f1a29bcf1ed5a3e6bcb0621bc8b4b6ecfced7ca9 100644 (file)
@@ -19,7 +19,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__) && defined(__WIN16__)
+#if defined(__VISUALC__)
     char wxDummyChar=0;
 #endif