mproved task handling under windoze.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-03-25 10:54:59 +00:00
parent f53e056e90
commit 564eba5338
4 changed files with 116 additions and 46 deletions

View file

@ -49,6 +49,7 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
_NSUncaughtExceptionHandler = _preventRecursion;
fprintf(stderr, "Uncaught exception %s, reason: %s\n",
[[exception name] lossyCString], [[exception reason] lossyCString]);
fflush(stderr); /* NEEDED UNDER MINGW */
/* FIXME: need to implement this:
NSLogError("Uncaught exception %@, reason: %@",
[exception name], [exception reason]);