fixed missing WXDLLEXPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-30 22:01:31 +00:00
parent 13bdd545fb
commit b5fe69248a

View 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);