mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[CMLIB]: fix a typo in the constant name.
svn path=/trunk/; revision=70705
This commit is contained in:
parent
ed74c8abe7
commit
4191c57d0f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
#define KEY_NO_DELETE 0x0008
|
||||
#define KEY_SYM_LINK 0x0010
|
||||
#define KEY_COMP_NAME 0x0020
|
||||
#define KEY_PREFEF_HANDLE 0x0040
|
||||
#define KEY_PREDEF_HANDLE 0x0040
|
||||
#define KEY_VIRT_MIRRORED 0x0080
|
||||
#define KEY_VIRT_TARGET 0x0100
|
||||
#define KEY_VIRTUAL_STORE 0x0200
|
||||
|
|
Loading…
Reference in a new issue