Skip to content

Commit

Permalink
Merge pull request #2 from dcsoft4/master
Browse files Browse the repository at this point in the history
Add REG_QWORD and REG_QWORD_LITTLE_ENDIAN
  • Loading branch information
shpaker authored Jun 22, 2019
2 parents abfe69b + cd8f775 commit 1e6ce2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion winregistry/winregistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
# 9 == winreg.REG_FULL_RESOURCE_DESCRIPTOR
'REG_FULL_RESOURCE_DESCRIPTOR',
# 10 == winreg.REG_RESOURCE_REQUIREMENTS_LIST:
'REG_RESOURCE_REQUIREMENTS_LIST']
'REG_RESOURCE_REQUIREMENTS_LIST',
'REG_QWORD' # 11 == winreg.REG_QWORD
# 11 == winreg.REG_QWORD_LITTLE_ENDIAN
# 'REG_QWORD_LITTLE_ENDIAN'
]

SHORT_ROOTS = {
'HKCR': 'HKEY_CLASSES_ROOT',
Expand Down

0 comments on commit 1e6ce2e

Please sign in to comment.