]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
Removed redundant cursor files
[wxWidgets.git] / src / msw / main.cpp
index 76b9064c08f6597f6c925f3893092d742509848b..05b74c9e0ae6e4d4f46a9d89cf3e731eed36c3c8 100644 (file)
@@ -219,11 +219,11 @@ int wxEntry(int& argc, wxChar **argv)
     {
         wxFatalExit();
 
-#ifndef __VISUALC__
+#if !defined(__VISUALC__) || defined(__WXDEBUG__)
         // this code is unreachable but put it here to suppress warnings in some compilers
         // and disable for others to supress warnings too
         return -1;
-#endif // !__VISUALC__
+#endif // !__VISUALC__ in release build
     }
 }