Changeset 9617 for trunk/src/kernel32/oslibexcept.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibexcept.h
r4224 r9617 1 /* $Id: oslibexcept.h,v 1. 2 2000-09-08 18:07:50sandervl Exp $ */1 /* $Id: oslibexcept.h,v 1.3 2003-01-05 12:31:24 sandervl Exp $ */ 2 2 /* 3 3 * Exception handler util. procedures … … 8 8 #ifndef __OSLIBEXCEPT_H__ 9 9 #define __OSLIBEXCEPT_H__ 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 10 14 11 15 //****************************************************************************** … … 18 22 PCONTEXTRECORD pContextRec, PVOID p); 19 23 24 #ifdef __cplusplus 25 } 20 26 #endif 27 28 #endif
Note:
See TracChangeset
for help on using the changeset viewer.