From b5fe69248a9de05dcf36fe24e3c1eb2e60fa7f5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 30 Jun 2003 22:01:31 +0000 Subject: [PATCH] fixed missing WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/msw/main.cpp b/src/msw/main.cpp index dc59e37587..6ad79060fc 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -68,10 +68,10 @@ static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc); // Windows-specific wxEntry // ---------------------------------------------------------------------------- -int wxEntry(HINSTANCE hInstance, - HINSTANCE WXUNUSED(hPrevInstance), - char *pCmdLine, - int nCmdShow) +WXDLLEXPORT int wxEntry(HINSTANCE hInstance, + HINSTANCE WXUNUSED(hPrevInstance), + char *pCmdLine, + int nCmdShow) { // remember the parameters Windows gave us wxSetInstance(hInstance); -- 2.47.2