Changeset 1137 for trunk/src/Odin32API/odinexe.cpp
- Timestamp:
- Oct 5, 1999, 4:28:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Odin32API/odinexe.cpp
r977 r1137 1 /* $Id: odinexe.cpp,v 1. 2 1999-09-18 17:46:47sandervl Exp $ */1 /* $Id: odinexe.cpp,v 1.3 1999-10-05 14:28:52 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Odin32 Application executable entrypoint … … 12 12 #include <win32type.h> 13 13 #include <odinlx.h> 14 #include <exceptions.h>15 14 16 15 //Win32 app entrypoint: … … 28 27 int main(int argc, char *argv[]) 29 28 { 30 WINEXCEPTION_FRAME exceptFrame;31 32 OS2SetExceptionHandler(&exceptFrame);33 29 RegisterLxExe(WinMain, (PVOID)&_Resource_PEResTab); 34 OS2UnsetExceptionHandler(&exceptFrame);35 30 } 36 31 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.