Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make xbt_abort really silent on Windows.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 11 Apr 2014 08:57:45 +0000 (10:57 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 11 Apr 2014 09:13:27 +0000 (11:13 +0200)
commitfc35d943e1d39d2511d0aa870be417d2bc714d6b
tree413acd616ec1bc04fee3562aea9df5330ca5fbdb
parent72fd786285169a44659ae03a6255618e577c9e13
Make xbt_abort really silent on Windows.

Another option was to make a call to
    _set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT)
but it seems that it's currently not supported by mingw.

Moreover, make xbt_abort a real function.
include/xbt/sysdep.h
src/xbt/xbt_main.c