Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
328 B

// uncaught -- dummy uncaught_exception
#include <exception>
_STD_BEGIN
_CRTIMP2 bool __cdecl uncaught_exception()
{ // report if handling a throw
return (false);
}
_STD_END
/*
* Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
* Consult your license regarding permissions and restrictions.
*/