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,7 +68,7 @@ static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc);
|
|||||||
// Windows-specific wxEntry
|
// Windows-specific wxEntry
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
int wxEntry(HINSTANCE hInstance,
|
WXDLLEXPORT int wxEntry(HINSTANCE hInstance,
|
||||||
HINSTANCE WXUNUSED(hPrevInstance),
|
HINSTANCE WXUNUSED(hPrevInstance),
|
||||||
char *pCmdLine,
|
char *pCmdLine,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
|
Reference in New Issue
Block a user