mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
2008-02-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY definitions. * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
This commit is contained in:
parent
7f9ab780cd
commit
ff42f5b1e3
@ -1,3 +1,9 @@
|
|||||||
|
2008-02-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
|
||||||
|
definitions.
|
||||||
|
* include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
|
||||||
|
|
||||||
2008-02-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2008-02-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
|
* include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
|
||||||
|
@ -975,7 +975,7 @@ typedef DWORD FLONG;
|
|||||||
#define KEY_WRITE 0x20006
|
#define KEY_WRITE 0x20006
|
||||||
#define KEY_EXECUTE 0x20019
|
#define KEY_EXECUTE 0x20019
|
||||||
#define KEY_READ 0x20019
|
#define KEY_READ 0x20019
|
||||||
#if (_WIN32_WINNT >= 0x0501)
|
#if (_WIN32_WINNT >= 0x0502)
|
||||||
#define KEY_WOW64_64KEY 0x0100
|
#define KEY_WOW64_64KEY 0x0100
|
||||||
#define KEY_WOW64_32KEY 0x0200
|
#define KEY_WOW64_32KEY 0x0200
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,11 +41,6 @@ extern "C" {
|
|||||||
#define REG_NOTIFY_CHANGE_LAST_SET 4
|
#define REG_NOTIFY_CHANGE_LAST_SET 4
|
||||||
#define REG_NOTIFY_CHANGE_SECURITY 8
|
#define REG_NOTIFY_CHANGE_SECURITY 8
|
||||||
|
|
||||||
#if (WINVER >= 0x0502)
|
|
||||||
#define KEY_WOW64_32KEY 0x0200
|
|
||||||
#define KEY_WOW64_64KEY 0x0100
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
typedef ACCESS_MASK REGSAM;
|
typedef ACCESS_MASK REGSAM;
|
||||||
typedef struct value_entA {
|
typedef struct value_entA {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user