Changeset 970 for trunk/include/odinlx.h
- Timestamp:
- Sep 18, 1999, 5:55:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r953 r970 1 /* $Id: odinlx.h,v 1. 1 1999-09-15 23:29:51sandervl Exp $ */1 /* $Id: odinlx.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused); 36 36 37 #ifdef __cplusplus 38 extern "C" { 39 #endif 40 41 void OS2SetExceptionHandler(void *exceptframe); 42 void OS2UnsetExceptionHandler(void *exceptframe); 43 44 #ifdef __cplusplus 45 } 46 #endif 37 47 38 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.