The MinGW.org Windows System Libraries
修订版 | ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed (tree) |
---|---|
时间 | 2019-06-08 05:53:34 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Add missing definitions; fix MinGW-Bug #39129
@@ -1,3 +1,10 @@ | ||
1 | +2019-06-07 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Add missing definitions; fix MinGW-Bug #39129 | |
4 | + | |
5 | + * include/winnt.h (PAGE_TARGETS_INVALID): Define it. | |
6 | + (PAGE_TARGETS_NO_UPDATE): Likewise. | |
7 | + | |
1 | 8 | 2019-05-03 Keith Marshall <keith@users.osdn.me> |
2 | 9 | |
3 | 10 | Correct a typographic error; fix MinGW-Bug #39193 |
@@ -6,7 +6,7 @@ | ||
6 | 6 | * $Id$ |
7 | 7 | * |
8 | 8 | * Written by Anders Norlander <anorland@hem2.passagen.se> |
9 | - * Copyright (C) 1998-2011, 2016, 2017, MinGW.org Project | |
9 | + * Copyright (C) 1998-2011, 2016, 2017, 2019, MinGW.org Project | |
10 | 10 | * |
11 | 11 | * |
12 | 12 | * Permission is hereby granted, free of charge, to any person obtaining a |
@@ -1048,6 +1048,8 @@ typedef DWORD FLONG; | ||
1048 | 1048 | #define PAGE_EXECUTE_READ 0x0020 |
1049 | 1049 | #define PAGE_EXECUTE_READWRITE 0x0040 |
1050 | 1050 | #define PAGE_EXECUTE_WRITECOPY 0x0080 |
1051 | +#define PAGE_TARGETS_INVALID 0x40000000 | |
1052 | +#define PAGE_TARGETS_NO_UPDATE 0x40000000 | |
1051 | 1053 | #define PAGE_GUARD 0x0100 |
1052 | 1054 | #define PAGE_NOCACHE 0x0200 |
1053 | 1055 | #define PAGE_WRITECOMBINE 0x0400 |