Skip to content

Commit 1e6ce2e

Browse files
authored
Merge pull request #2 from dcsoft4/master
Add REG_QWORD and REG_QWORD_LITTLE_ENDIAN
2 parents abfe69b + cd8f775 commit 1e6ce2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

winregistry/winregistry.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939
# 9 == winreg.REG_FULL_RESOURCE_DESCRIPTOR
4040
'REG_FULL_RESOURCE_DESCRIPTOR',
4141
# 10 == winreg.REG_RESOURCE_REQUIREMENTS_LIST:
42-
'REG_RESOURCE_REQUIREMENTS_LIST']
42+
'REG_RESOURCE_REQUIREMENTS_LIST',
43+
'REG_QWORD' # 11 == winreg.REG_QWORD
44+
# 11 == winreg.REG_QWORD_LITTLE_ENDIAN
45+
# 'REG_QWORD_LITTLE_ENDIAN'
46+
]
4347

4448
SHORT_ROOTS = {
4549
'HKCR': 'HKEY_CLASSES_ROOT',

0 commit comments

Comments
 (0)