Last change
on this file since 1570 was 1332, checked in by Steven Levine, 17 years ago |
Ticket 26: Clean up output. Add logic to support thread 1.
|
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
463 bytes
|
Line | |
---|
1 |
|
---|
2 | /* excputil.hpp - exception handlers
|
---|
3 | $Id: excputil.h 1332 2008-12-12 01:06:40Z 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 | #define INCL_DOSEXCEPTIONS // XCTP_...
|
---|
16 | #include <os2.h>
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | int xbeginthread(VOID (*pfnThread)(PVOID),
|
---|
20 | UINT cStackBytes,
|
---|
21 | PVOID pvArgs,
|
---|
22 | PSZ pszSrcFile,
|
---|
23 | UINT uiLineNumber);
|
---|
24 |
|
---|
25 | _ERR HandleException;
|
---|
26 |
|
---|
27 | #endif // EXCPUTIL_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.