git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31963
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define HINSTANCE HANDLE
#endif
#define HINSTANCE HANDLE
#endif
+// defined in common/init.cpp
+extern int wxEntryReal(int& argc, wxChar **argv);
+
// ============================================================================
// implementation: various entry points
// ============================================================================
// ============================================================================
// implementation: various entry points
// ============================================================================
// OnFatalException() if necessary
#if wxUSE_ON_FATAL_EXCEPTION
// OnFatalException() if necessary
#if wxUSE_ON_FATAL_EXCEPTION
-// defined in common/init.cpp
-extern int wxEntryReal(int& argc, wxChar **argv);
-
// global pointer to exception information, only valid inside OnFatalException,
// used by wxStackWalker and wxCrashReport
extern EXCEPTION_POINTERS *wxGlobalSEInformation = NULL;
// global pointer to exception information, only valid inside OnFatalException,
// used by wxStackWalker and wxCrashReport
extern EXCEPTION_POINTERS *wxGlobalSEInformation = NULL;
#else // !wxUSE_ON_FATAL_EXCEPTION
#else // !wxUSE_ON_FATAL_EXCEPTION
static void
wxSETranslator(unsigned int WXUNUSED(code), EXCEPTION_POINTERS * WXUNUSED(ep))
{
static void
wxSETranslator(unsigned int WXUNUSED(code), EXCEPTION_POINTERS * WXUNUSED(ep))
{
int wxEntry(int& argc, wxChar **argv)
{
DisableAutomaticSETranslator();
int wxEntry(int& argc, wxChar **argv)
{
DisableAutomaticSETranslator();