Ignore:
Timestamp:
May 16, 2002, 2:13:37 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winnt.h

    r8208 r8426  
    118118#define HEAP_CREATE_ALIGN_16            0x00010000
    119119#define HEAP_CREATE_ENABLE_TRACING      0x00020000
    120 #define HEAP_WINE_SEGPTR                0x01000000  /* Not a Win32 flag */
    121 #define HEAP_WINE_CODESEG               0x02000000  /* Not a Win32 flag */
    122 #define HEAP_WINE_CODE16SEG             0x04000000  /* Not a Win32 flag */
     120
     121/* This flag allows it to create heaps shared by all processes under win95,
     122   FIXME: correct name */
     123#define HEAP_SHARED                     0x04000000
    123124
    124125/* Processor feature flags.  */
     
    15291530 */
    15301531
    1531 typedef LONG (* CALLBACK PTOP_LEVEL_EXCEPTION_FILTER)(PEXCEPTION_POINTERS ExceptionInfo);
     1532#ifdef __IBMC__
     1533typedef LONG ( * CALLBACK PTOP_LEVEL_EXCEPTION_FILTER)(PEXCEPTION_POINTERS ExceptionInfo);
     1534#else
     1535typedef LONG ( CALLBACK * PTOP_LEVEL_EXCEPTION_FILTER)(PEXCEPTION_POINTERS ExceptionInfo);
     1536#endif
     1537
    15321538typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER;
    15331539
Note: See TracChangeset for help on using the changeset viewer.