Update to add GlobalXXX memory API constants that were missing.

svn path=/trunk/; revision=6280
This commit is contained in:
Mark Tempel 2003-10-11 20:23:21 +00:00
parent 096a69471d
commit 42c1e37424

View file

@ -1922,7 +1922,11 @@ extern "C" {
#define GMEM_DISCARDED (16384)
#define GMEM_INVALID_HANDLE (32768)
#define GMEM_LOCKCOUNT (255)
#define GMEM_MODIFY (128)
#define GMEM_DISCARDED (16384)
#define GMEM_LOCKCOUNT (255)
/* ImageList_Create */
#define ILC_COLOR (0)
#define ILC_COLOR4 (4)