Commit 060d5374 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

winbase.h: Add missing LMEM_INVALID_HANDLE define.

parent 5ff1004c
......@@ -404,8 +404,9 @@ typedef struct _PROCESS_HEAP_ENTRY
#define LMEM_ZEROINIT 0x0040
#define LMEM_MODIFY 0x0080
#define LMEM_DISCARDABLE 0x0F00
#define LMEM_DISCARDED 0x4000
#define LMEM_LOCKCOUNT 0x00FF
#define LMEM_DISCARDED 0x4000
#define LMEM_INVALID_HANDLE 0x8000
#define LMEM_LOCKCOUNT 0x00FF
#define LPTR (LMEM_FIXED | LMEM_ZEROINIT)
#define LHND (LMEM_MOVEABLE | LMEM_ZEROINIT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment