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
|
// 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)
|
||||||
{
|
{
|
||||||
// remember the parameters Windows gave us
|
// remember the parameters Windows gave us
|
||||||
wxSetInstance(hInstance);
|
wxSetInstance(hInstance);
|
||||||
|
Reference in New Issue
Block a user