* include/winnt.h (PAGE_WRITECOMBINE): Define.
        * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
This commit is contained in:
Chris Sutcliffe
2011-03-05 04:39:15 +00:00
parent a4c7da048d
commit 2af4c4de09
3 changed files with 10 additions and 0 deletions

View File

@ -1041,6 +1041,7 @@ typedef DWORD FLONG;
#define PAGE_EXECUTE_WRITECOPY 0x0080
#define PAGE_GUARD 0x0100
#define PAGE_NOCACHE 0x0200
#define PAGE_WRITECOMBINE 0x0400
#define MEM_COMMIT 0x1000
#define MEM_RESERVE 0x2000
#define MEM_DECOMMIT 0x4000