pdbconv: Ensure voids do not have a size

This partially reverts e17427b9a0
which was an attempt to match other generators, but was inaccurate.
This commit is contained in:
Mike Auty
2019-09-29 15:36:26 +01:00
parent a4a918ea58
commit ba14e10d00
@@ -20,7 +20,7 @@ primatives = {
"endian": "little",
"kind": "void",
"signed": True,
"size": 4
"size": 0
}),
0x08: ("HRESULT", {
"endian": "little",