Ignore:
Timestamp:
Jul 5, 2010, 2:30:14 AM (15 years ago)
Author:
dmik
Message:

Implemented compiler-level SEH (try/catch) support for GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r10383 r21381  
    7575BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID pResData);
    7676
    77 
    7877//******************************************************************************
    7978//Create Dummy Exe object
     
    8281BOOL WIN32API IsDummyExeLoaded();
    8382
     83//******************************************************************************
     84//Enable SEH (structured exception handling) support. This call is necessary
     85//for the __try/__except statement to work correctly. Must be called before
     86// RegisterLxDll()/RegisterLxExe().
     87//******************************************************************************
     88VOID WIN32API EnableSEH();
     89
    8490#endif
Note: See TracChangeset for help on using the changeset viewer.