Bug 461859 - windows mobile minor cleanup of xpcom r=bsmedberg

This commit is contained in:
Brad Lassey
2008-12-03 08:42:03 -05:00
parent ab2456fdec
commit 99016c4b14
7 changed files with 173 additions and 36 deletions

View File

@@ -369,8 +369,11 @@ static void
Abort(const char *aMsg)
{
#if defined(_WIN32)
#ifndef WINCE
//This should exit us
raise(SIGABRT);
#endif
//If we are ignored exit this way..
_exit(3);
#elif defined(XP_UNIX)