// global data
//-----------------------------------------------------------------------------
-extern wxCursor g_globalCursor;
-
wxApp *wxTheApp = (wxApp *) NULL;
wxAppInitializerFunction wxApp::m_appInitFn = (wxAppInitializerFunction) NULL;
wxImage::InitStandardHandlers();
- g_globalCursor = wxCursor(wxCURSOR_DEFAULT);
-
wxModule::RegisterModules();
if (!wxModule::InitializeModules()) return FALSE;