msvcrt: Call abort at the end of _wassert.
If assert is called when error mode is set to _OUT_TO_STDERR and
abort behavior is set to _WRITE_ABORT_MSG the abort message box is
still showed in Windows. Some applications do this and the abort
exception is still raised in the debugger on Windows.