eVC 3.0 doesn't know ExitProcess() but _exit() is OK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-04-12 10:35:04 +00:00
parent d9397a05a3
commit c1edc08df3

View File

@@ -57,7 +57,8 @@ void abort()
MessageBox(NULL, L"Abnormal program termination", name, MB_ICONHAND | MB_OK); MessageBox(NULL, L"Abnormal program termination", name, MB_ICONHAND | MB_OK);
::ExitProcess(3); _exit(3);
// ::ExitProcess(3);
} }
extern "C" extern "C"