Ignore:
Timestamp:
Apr 18, 2012, 10:46:37 PM (13 years ago)
Author:
dmik
Message:

kernel32: Make SEH work in OS/2 context.

See #82 for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/console/file/file.c

    r21565 r21999  
    2323    _argc = argc;
    2424    _argv = argv;
    25     EnableSEH();
     25#ifdef ODIN_FORCE_WIN32_TIB
     26    ForceWin32TIB();
     27#endif
    2628    RegisterLxExe(WinMain, NULL);
    2729}
Note: See TracChangeset for help on using the changeset viewer.