Source code of Windows XP (NT5)
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
313 B

  1. // uncaught -- dummy uncaught_exception
  2. #include <exception>
  3. _STD_BEGIN
  4. _CRTIMP2 bool __cdecl uncaught_exception()
  5. { // report if handling a throw
  6. return (false);
  7. }
  8. _STD_END
  9. /*
  10. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  11. * Consult your license regarding permissions and restrictions.
  12. */