mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
Update to add GlobalXXX memory API constants that were missing.
svn path=/trunk/; revision=6280
This commit is contained in:
parent
096a69471d
commit
42c1e37424
1 changed files with 5 additions and 1 deletions
|
@ -1922,6 +1922,10 @@ extern "C" {
|
||||||
#define GMEM_DISCARDED (16384)
|
#define GMEM_DISCARDED (16384)
|
||||||
#define GMEM_INVALID_HANDLE (32768)
|
#define GMEM_INVALID_HANDLE (32768)
|
||||||
#define GMEM_LOCKCOUNT (255)
|
#define GMEM_LOCKCOUNT (255)
|
||||||
|
#define GMEM_MODIFY (128)
|
||||||
|
#define GMEM_DISCARDED (16384)
|
||||||
|
#define GMEM_LOCKCOUNT (255)
|
||||||
|
|
||||||
|
|
||||||
/* ImageList_Create */
|
/* ImageList_Create */
|
||||||
#define ILC_COLOR (0)
|
#define ILC_COLOR (0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue