dll: fix ntstatus.i missing error codes

This commit is contained in:
Bill Zissimopoulos
2015-11-26 00:12:44 -08:00
parent 4762f6d2e8
commit f6be0fd44e
2 changed files with 61 additions and 0 deletions

View File

@ -74,6 +74,7 @@ for pair in pairs:
if not pair[1] in fixed:
assert pair[1] not in errmap
errmap[pair[1]] = pair[0]
errmap.update(fixed)
if "FspNtStatusFromWin32" == sys.argv[1]:
for w, s in sorted(errmap.items()):