Ignore:
Timestamp:
Apr 28, 2001, 3:28:18 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_base.h

    r5598 r5616  
    1 /* $Id: obj_base.h,v 1.18 2001-04-26 19:23:33 sandervl Exp $ */
    21/*
    32 * This file defines the macros and types necessary to define COM interfaces,
     
    813812#define IMalloc_HeapMinimize(p) ICOM_CALL (HeapMinimize,p)
    814813
     814/* values passed to CoGetMalloc */
     815#define MEMCTX_TASK             1 /* private task memory */
     816#define MEMCTX_SHARED           2 /* shared memory */
     817#ifdef _MAC
     818#define MEMCTX_MACSYSTEM        3 /* system heap on mac */
     819#endif
     820/* mainly for internal use... */
     821#define MEMCTX_UNKNOWN          -1
     822#define MEMCTX_SAME             -2
    815823
    816824HRESULT WINAPI CoCreateStandardMalloc16(DWORD dwMemContext, LPMALLOC16* lpMalloc);
Note: See TracChangeset for help on using the changeset viewer.