* add reg_qword. Feedback on #35050

git-svn-id: trunk@41274 -
This commit is contained in:
marco 2019-02-10 09:20:54 +00:00
parent e98d7f2a86
commit a387e0b9bb

View File

@ -2225,6 +2225,7 @@
REG_LINK = 6;
REG_MULTI_SZ = 7;
REG_NONE = 0;
REG_QWORD = 11;
REG_RESOURCE_LIST = 8;
REG_RESOURCE_REQUIREMENTS_LIST = 10;
REG_SZ = 1;