]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummydll.cpp
made wxSplitterWindow::SplitXXX() virtual
[wxWidgets.git] / src / msw / dummydll.cpp
index 16f1b40d8c4dc68e0f884d8167d2cf61e0a0f5e7..94d3a94a5fbed1acf47b6b848737045bfe1cbb83 100644 (file)
@@ -17,5 +17,9 @@
 
 #include "wx/wxprec.h"
 
-// Foils optimizations in Visual C++ (see also wx_main.cc)
+// 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__)
 char wxDummyChar=0;
+#endif
+