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.

12 lines
320 B

  1. // raisehan -- pointer to raise handler
  2. #include <exception>
  3. _STD_BEGIN
  4. _CRTIMP2 _Prhand _Raise_handler = 0; // define raise handler pointer as null
  5. _STD_END
  6. /*
  7. * Copyright (c) 1992-2001 by P.J. Plauger. ALL RIGHTS RESERVED.
  8. * Consult your license regarding permissions and restrictions.
  9. V3.10:0009 */