Skip to content
Snippets Groups Projects
Commit 9bd21c4a authored by Jeff Smith's avatar Jeff Smith Committed by Alexandre Julliard
Browse files

Added definitions for REG_QWORD and REG_QWORD_LITTLE_ENDIAN.

parent be1c6deb
No related branches found
No related tags found
No related merge requests found
......@@ -3454,6 +3454,8 @@ typedef enum tagSID_NAME_USE {
#define REG_RESOURCE_LIST 8 /* resource list? huh? */
#define REG_FULL_RESOURCE_DESCRIPTOR 9 /* full resource descriptor? huh? */
#define REG_RESOURCE_REQUIREMENTS_LIST 10
#define REG_QWORD 11 /* QWORD in little endian format */
#define REG_QWORD_LITTLE_ENDIAN 11 /* QWORD in little endian format */
/* ----------------------------- begin registry ----------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment