Ignore:
Timestamp:
Mar 22, 2000, 7:47:01 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r3124 r3196  
    1 /* $Id: winconst.h,v 1.29 2000-03-16 19:16:36 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.30 2000-03-22 18:47:01 sandervl Exp $ */
    22
    33/*
     
    13061306#define VK_QUOTESINGLE_W     0xDE
    13071307#define VK_EXTRA_W           0xE2
     1308
     1309/* Heap flags */
     1310
     1311#define HEAP_NO_SERIALIZE               0x00000001
     1312#define HEAP_GROWABLE                   0x00000002
     1313#define HEAP_GENERATE_EXCEPTIONS        0x00000004
     1314#define HEAP_ZERO_MEMORY                0x00000008
     1315#define HEAP_REALLOC_IN_PLACE_ONLY      0x00000010
     1316#define HEAP_TAIL_CHECKING_ENABLED      0x00000020
     1317#define HEAP_FREE_CHECKING_ENABLED      0x00000040
     1318#define HEAP_DISABLE_COALESCE_ON_FREE   0x00000080
     1319#define HEAP_CREATE_ALIGN_16            0x00010000
     1320#define HEAP_CREATE_ENABLE_TRACING      0x00020000
Note: See TracChangeset for help on using the changeset viewer.