]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
made wxSplitterWindow::SplitXXX() virtual
[wxWidgets.git] / src / msw / dummy.cpp
index e03022c6f50b2daf1c029be8023bffe3725e7cfc..83850c956c74650a0c92936f7cb49547e589d829 100644 (file)
@@ -41,7 +41,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(_MSC_VER) && defined(__WIN16__)
+#if defined(_MSC_VER)
 char wxDummyChar=0;
 #endif