2008-02-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
This commit is contained in:
parent
7a44c13ecb
commit
7f9ab780cd
|
@ -1,3 +1,7 @@
|
||||||
|
2008-02-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
|
||||||
|
|
||||||
2008-02-02 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2008-02-02 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/specstrings.h (IN, OUT, OPTIONAL): Remove.
|
* include/specstrings.h (IN, OUT, OPTIONAL): Remove.
|
||||||
|
|
|
@ -975,6 +975,10 @@ 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)
|
||||||
|
#define KEY_WOW64_64KEY 0x0100
|
||||||
|
#define KEY_WOW64_32KEY 0x0200
|
||||||
|
#endif
|
||||||
#define KEY_ALL_ACCESS 0xf003f
|
#define KEY_ALL_ACCESS 0xf003f
|
||||||
#define REG_WHOLE_HIVE_VOLATILE 1
|
#define REG_WHOLE_HIVE_VOLATILE 1
|
||||||
#define REG_REFRESH_HIVE 2
|
#define REG_REFRESH_HIVE 2
|
||||||
|
|
Loading…
Reference in New Issue