abort() is not defined under CE.
Closes #13847.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70312
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// If this option is set, we should abort immediately when assert happens.
if ( wxSystemOptions::GetOptionInt("exit-on-assert") )
{
// If this option is set, we should abort immediately when assert happens.
if ( wxSystemOptions::GetOptionInt("exit-on-assert") )
// FIXME MT-unsafe
static int s_bInAssert = 0;
// FIXME MT-unsafe
static int s_bInAssert = 0;