Changeset 3160 for trunk/src/kernel32/exceptutil.h
- Timestamp:
- Mar 18, 2000, 8:49:44 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.h
r2802 r3160 1 /* $Id: exceptutil.h,v 1. 6 2000-02-16 14:25:40sandervl Exp $ */1 /* $Id: exceptutil.h,v 1.7 2000-03-18 19:49:44 sandervl Exp $ */ 2 2 3 3 /* … … 26 26 void SetOS2ExceptionChain(ULONG val); 27 27 28 #ifdef DEBUG 29 void PrintExceptionChain(); 30 #else 31 #define PrintExceptionChain() 32 #endif 33 28 34 ULONG getEAX(); 29 35 ULONG getEBX();
Note:
See TracChangeset
for help on using the changeset viewer.