projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db29a3
)
- Add VK_ICO_* codes.
author
Aleksey Bragin
<aleksey@reactos.org>
Sat, 14 Nov 2009 11:22:29 +0000
(11:22 +0000)
committer
Aleksey Bragin
<aleksey@reactos.org>
Sat, 14 Nov 2009 11:22:29 +0000
(11:22 +0000)
svn path=/trunk/; revision=44153
reactos/include/psdk/winuser.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/winuser.h
b/reactos/include/psdk/winuser.h
index
aacf4fa
..
f21c54c
100644
(file)
--- a/
reactos/include/psdk/winuser.h
+++ b/
reactos/include/psdk/winuser.h
@@
-2222,6
+2222,8
@@
extern "C" {
#if (_WIN32_WINNT >= 0x0500)
#define VK_OEM_102 0xE2
#endif
+#define VK_ICO_HELP 0xE3 /* Help key on ICO */
+#define VK_ICO_00 0xE4 /* 00 key on ICO */
#define VK_PROCESSKEY 0xE5
#if (_WIN32_WINNT >= 0x0500)
#define VK_PACKET 0xE7