]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
moved WinMain into the application even for static build
[wxWidgets.git] / include / wx / app.h
index 3698f65a09e5219691a405ab488c27ef17a9deea..a2e3d03c5906bf7a4cb10c89a63f19bd5c96e320 100644 (file)
@@ -593,7 +593,7 @@ public:
 #if !wxUSE_GUI || !defined(__WXMSW__)
     #define IMPLEMENT_WXWIN_MAIN                                              \
         int main(int argc, char **argv) { return wxEntry(argc, argv); }
-#elif defined(__WXMSW__) && defined(WXUSINGDLL)
+#elif defined(__WXMSW__)
     // we need HINSTANCE declaration to define WinMain()
     #include "wx/msw/wrapwin.h"