X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c56ae5fe8559b0830bdbad932da35cf4363f901..f9c240ec1e568d34f861dad705f6074ed2c1dac2:/src/msw/wince/crt.cpp diff --git a/src/msw/wince/crt.cpp b/src/msw/wince/crt.cpp index 50804e856b..2b283f0e95 100644 --- a/src/msw/wince/crt.cpp +++ b/src/msw/wince/crt.cpp @@ -53,11 +53,12 @@ void abort() if ( wxTheApp ) name = wxTheApp->GetAppName(); if ( name.empty() ) - name = L"wxWindows Application"; + name = L"wxWidgets Application"; MessageBox(NULL, L"Abnormal program termination", name, MB_ICONHAND | MB_OK); - ::ExitProcess(3); + _exit(3); +// ::ExitProcess(3); } extern "C"