git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21532
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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);