Changeset 970 for trunk/include/odinlx.h


Ignore:
Timestamp:
Sep 18, 1999, 5:55:45 PM (26 years ago)
Author:
sandervl
Message:

Header changes for win32 apps compiled in OS/2

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:51 sandervl Exp $ */
     1/* $Id: odinlx.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33/*
     
    3535BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused);
    3636
     37#ifdef __cplusplus
     38extern "C" {
     39#endif
     40
     41void  OS2SetExceptionHandler(void *exceptframe);
     42void  OS2UnsetExceptionHandler(void *exceptframe);
     43
     44#ifdef __cplusplus
     45}
     46#endif
    3747
    3848#endif
Note: See TracChangeset for help on using the changeset viewer.