Mercurial Patch Queue for Windows System Libraries
Rev. | 68fa70d72cc194805aa9994a9e460ce2f29190c0 |
---|---|
Size | 1,244 bytes |
Time | 2019-04-24 22:08:07 |
Author | Keith Marshall |
Log Message | Fix Win64 leading underscore discrepancy; add winnt-page-targets. |
# HG changeset patch
# Parent b475633dd46d77bfdbfeac3264dfbbda57124610
diff --git a/w32api/include/winnt.h b/w32api/include/winnt.h
--- a/w32api/include/winnt.h
+++ b/w32api/include/winnt.h
@@ -4,11 +4,11 @@
* Win32-API macros and definitions originating from the WinNT product line.
*
* $Id$
*
* Written by Anders Norlander <anorland@hem2.passagen.se>
- * Copyright (C) 1998-2011, 2016, 2017, MinGW.org Project
+ * Copyright (C) 1998-2011, 2016, 2017, 2019, MinGW.org Project
*
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -1046,10 +1046,12 @@ typedef DWORD FLONG;
#define PAGE_WRITECOPY 0x0008
#define PAGE_EXECUTE 0x0010
#define PAGE_EXECUTE_READ 0x0020
#define PAGE_EXECUTE_READWRITE 0x0040
#define PAGE_EXECUTE_WRITECOPY 0x0080
+#define PAGE_TARGETS_INVALID 0x40000000
+#define PAGE_TARGETS_NO_UPDATE 0x40000000
#define PAGE_GUARD 0x0100
#define PAGE_NOCACHE 0x0200
#define PAGE_WRITECOMBINE 0x0400
#define MEM_COMMIT 0x1000
#define MEM_RESERVE 0x2000