Changeset 2802 for trunk/src/kernel32/exceptutil.h
- Timestamp:
- Feb 16, 2000, 3:25:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.h
r2141 r2802 1 /* $Id: exceptutil.h,v 1. 5 1999-12-19 17:49:38sandervl Exp $ */1 /* $Id: exceptutil.h,v 1.6 2000-02-16 14:25:40 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 extern "C" PVOID QueryExceptionChain(); 23 23 24 void DisableFPUExceptions();25 ULONG GetDllEntryPoint();26 27 24 void OS2SetExceptionHandler(void *exceptframe); 28 25 void OS2UnsetExceptionHandler(void *exceptframe);
Note:
See TracChangeset
for help on using the changeset viewer.