the hand-written 32-bit windows 10 service record types were missing the Tag member

This commit is contained in:
Michael Ligh
2020-01-05 01:53:52 +00:00
committed by ikelos
parent f7cc94a244
commit e80e9e09b6
2 changed files with 24 additions and 2 deletions
@@ -196,7 +196,18 @@
}
},
"offset": 44
},
},
"Tag": {
"type": {
"count": 4,
"subtype": {
"kind": "base",
"name": "unsigned char"
},
"kind": "array"
},
"offset": 0
},
"DriverName": {
"type": {
"kind": "pointer",
@@ -196,7 +196,18 @@
}
},
"offset": 44
},
},
"Tag": {
"type": {
"count": 4,
"subtype": {
"kind": "base",
"name": "unsigned char"
},
"kind": "array"
},
"offset": 0
},
"DriverName": {
"type": {
"kind": "pointer",