|
|
1.1 root 1: /***
2: *setjmpex.h - definitions/declarations for setjmp/longjmp routines
3: *
4: * Copyright (c) 1985-1993, Microsoft Corporation. All rights reserved.
5: *
6: *Purpose:
7: * This file causes _setjmpex to be called which will enable safe
8: * setjmp/longjmp that work correctly with try/except/finally.
9: *
10: ****/
11:
12: #ifndef _INC_SETJMPEX
13: #define _INC_SETJMPEX
14:
15: #define setjmp _setjmpex
16: #include <setjmp.h>
17:
18: #endif /* _INC_SETJMPEX */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.