]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
fixed GetWeekOfYear() for first/last week in some cases (patch 908793)
[wxWidgets.git] / src / msw / main.cpp
index 7568e9878f23e0ea39c8083a3918a94151f8858d..12feee5bdfa443b7e5d52abe9fb1e1dbe7ac2a12 100644 (file)
 
 #include "wx/msw/private.h"
 
-// Don't implement WinMain if we're building an MFC/wxWidgets hybrid app.
-#if wxUSE_MFC && !defined(NOMAIN)
-    #define NOMAIN 1
-#endif
-
 #ifdef __BORLANDC__
     // BC++ has to be special: its run-time expects the DLL entry point to be
     // named DllEntryPoint instead of the (more) standard DllMain