]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / msw / app.cpp
index f1aad3735ee42c024863c7eb1f4b7ca5e7cb7b76..eb56bcfa0507cb1dd7cfd84f671e68fc42bc40b2 100644 (file)
@@ -1270,6 +1270,6 @@ wxApp::GetStdIcon(int which) const
 
 // For some reason, with MSVC++ 1.5, WinMain isn't linked in properly
 // if in a separate file. So include it here to ensure it's linked.
-#if (defined(__VISUALC__) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !defined(__TWIN32__))
+#if (defined(__VISUALC__) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !defined(__TWIN32__) && !defined(WXMAKINGDLL))
 #include "main.cpp"
 #endif