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.

16 lines
348 B

  1. // csetjmp standard header
  2. #ifndef _CSETJMP_
  3. #define _CSETJMP_
  4. #ifdef _STD_USING
  5. #undef _STD_USING
  6. #include <setjmp.h>
  7. #define _STD_USING
  8. #else
  9. #include <setjmp.h>
  10. #endif /* _STD_USING */
  11. #endif /* _CSETJMP */
  12. /*
  13. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  14. * Consult your license regarding permissions and restrictions.
  15. */