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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user