mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[SDK]
- KLF_SHIFTLOCK is not equal 65535. Correct value is 0x00010000 svn path=/trunk/; revision=72190
This commit is contained in:
parent
4245233f5f
commit
ac58e0fdf6
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ extern "C" {
|
||||||
#define KLF_NOTELLSHELL 128
|
#define KLF_NOTELLSHELL 128
|
||||||
#define KLF_SETFORPROCESS 256
|
#define KLF_SETFORPROCESS 256
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
#define KLF_SHIFTLOCK 65535
|
#define KLF_SHIFTLOCK 0x00010000
|
||||||
#define KLF_RESET 0x40000000
|
#define KLF_RESET 0x40000000
|
||||||
#endif /*(_WIN32_WINNT >= 0x0500) */
|
#endif /*(_WIN32_WINNT >= 0x0500) */
|
||||||
#define KL_NAMELENGTH 9
|
#define KL_NAMELENGTH 9
|
||||||
|
|
Loading…
Reference in a new issue