Last change
on this file since 1331 was 1331, checked in by Steven Levine, 17 years ago |
Ticket 26: Add exceptq and exception handler support
|
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
372 bytes
|
Rev | Line | |
---|
[1331] | 1 |
|
---|
| 2 | /* excputil.hpp - exception handlers
|
---|
| 3 | $Id: excputil.h 1331 2008-12-11 01:36:35Z stevenhl $
|
---|
| 4 |
|
---|
| 5 | Copyright (c) 2008 Steven H. Levine
|
---|
| 6 |
|
---|
| 7 | 06 Dec 08 SHL Baseline (Ticket #26)
|
---|
| 8 |
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 | #if !defined(EXCPUTIL_H)
|
---|
| 12 | #define EXCPUTIL_H
|
---|
| 13 |
|
---|
| 14 | #if !defined(OS2_INCLUDED)
|
---|
| 15 | #include <os2.h>
|
---|
| 16 | #endif
|
---|
| 17 |
|
---|
| 18 | int xbeginthread(VOID (*pfnThread)(PVOID),
|
---|
| 19 | PVOID unused,
|
---|
| 20 | UINT cStackBytes,
|
---|
| 21 | PVOID pvArgs);
|
---|
| 22 |
|
---|
| 23 | #endif // EXCPUTIL_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.