]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
thread fixes (compiles, but doesn't work yet)
[wxWidgets.git] / src / msw / dummy.cpp
index 50f5c99001a66b0472e9d73972c35413c24fafb1..83850c956c74650a0c92936f7cb49547e589d829 100644 (file)
 #pragma hdrstop
 #endif
 
-// 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)
 char wxDummyChar=0;
+#endif
 
 #if defined(WXUSINGDLL)