commit | 010bc4e7316d7af3eee8b222ab640eeffcfa0379 | [log] [tgz] |
---|---|---|
author | Matthew Lake <MasterR_L@yahoo.com> | Fri Aug 25 21:32:53 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 25 21:32:53 2000 +0000 |
tree | 59c20f66d451024536431ebe1208fc988b796609 | |
parent | c5a46ba96ee85d212714dd958cef327fc7b0eff8 [diff] [blame] |
Added LHND.
diff --git a/include/winbase.h b/include/winbase.h index 6d7b792..7219c2f 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -421,6 +421,7 @@ #define LMEM_LOCKCOUNT 0x00FF #define LPTR (LMEM_FIXED | LMEM_ZEROINIT) +#define LHND (LMEM_MOVEABLE | LMEM_ZEROINIT) #define GMEM_FIXED 0x0000 #define GMEM_MOVEABLE 0x0002