Last change
on this file since 123 was 123, checked in by sandervl, 26 years ago |
Changes for Win32 TIB allocation (not activated)
|
File size:
588 bytes
|
Line | |
---|
1 | /* $Id: except.h,v 1.4 1999-06-19 13:57:51 sandervl Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Exception + misc functions for OS/2
|
---|
5 | * Copyright 1998 Sander van Leeuwen
|
---|
6 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
7 | */
|
---|
8 | #ifndef __EXCEPT_H__
|
---|
9 | #define __EXCEPT_H__
|
---|
10 |
|
---|
11 | #ifdef __cplusplus
|
---|
12 | extern "C" {
|
---|
13 | #endif
|
---|
14 |
|
---|
15 | //SvL: Replace original startup code exception handler
|
---|
16 | void ReplaceExceptionHandler(void);
|
---|
17 | void DisableFPUExceptions();
|
---|
18 | void __cdecl SetExceptionChain(DWORD);
|
---|
19 | void ChangeTIBStack();
|
---|
20 | ULONG GetDllEntryPoint();
|
---|
21 |
|
---|
22 | ULONG getEAX();
|
---|
23 | ULONG getEBX();
|
---|
24 | USHORT getSS();
|
---|
25 |
|
---|
26 | #ifdef __cplusplus
|
---|
27 | }
|
---|
28 | #endif
|
---|
29 |
|
---|
30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.