- KLF_SHIFTLOCK is not equal 65535. Correct value is 0x00010000

svn path=/trunk/; revision=72190
This commit is contained in:
Dmitry Chapyshev 2016-08-10 19:05:54 +00:00
parent 4245233f5f
commit ac58e0fdf6

View file

@ -116,7 +116,7 @@ extern "C" {
#define KLF_NOTELLSHELL 128
#define KLF_SETFORPROCESS 256
#if (_WIN32_WINNT >= 0x0500)
#define KLF_SHIFTLOCK 65535
#define KLF_SHIFTLOCK 0x00010000
#define KLF_RESET 0x40000000
#endif /*(_WIN32_WINNT >= 0x0500) */
#define KL_NAMELENGTH 9