Added LHND.
This commit is contained in:
parent
c5a46ba96e
commit
010bc4e731
|
@ -421,6 +421,7 @@ typedef struct
|
||||||
#define LMEM_LOCKCOUNT 0x00FF
|
#define LMEM_LOCKCOUNT 0x00FF
|
||||||
|
|
||||||
#define LPTR (LMEM_FIXED | LMEM_ZEROINIT)
|
#define LPTR (LMEM_FIXED | LMEM_ZEROINIT)
|
||||||
|
#define LHND (LMEM_MOVEABLE | LMEM_ZEROINIT)
|
||||||
|
|
||||||
#define GMEM_FIXED 0x0000
|
#define GMEM_FIXED 0x0000
|
||||||
#define GMEM_MOVEABLE 0x0002
|
#define GMEM_MOVEABLE 0x0002
|
||||||
|
|
Loading…
Reference in New Issue