X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d167489bdf17d55d9bd11be834bc17277661063..2224580a415da12d7c453943c4ae4a1b58ecd369:/include/wx/msw/app.h?ds=sidebyside diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index 770123e24d..90a612d06c 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -104,8 +104,8 @@ protected: }; #if !defined(_WINDLL) || (defined(_WINDLL) && defined(WXMAKINGDLL)) -int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance, char *lpszCmdLine, - int nCmdShow, bool enterLoop = TRUE); +int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance, + char *lpszCmdLine, int nCmdShow, bool enterLoop = TRUE); #else int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance); #endif