]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed missing WXDLLEXPORT
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Jun 2003 22:01:31 +0000 (22:01 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Jun 2003 22:01:31 +0000 (22:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/main.cpp

index dc59e37587095629968692e6f7f391e3adb74362..6ad79060fc1bbd96b8d80f0d294db452fe2312e7 100644 (file)
@@ -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);