Can you update Windows gen py files
Closed this issue · 1 comments
HongThatCong commented
I share .md files with Alexander Hanel's msdocsviewer plugin link
It includes sdk-api and windows-driver-docs-ddi
I made some minor modifications to your gen\windows*.py.
Still generates json files, but the dict format in those json files is still the old data from your previous version.
No field args, varargs...
So the plugin will raise an exception in the following line of code in enumlib\__init__.py
func = Function(self, data["name"], [Argument(arg) for arg in data["args"]], data["varargs"])
Please update gen\windows*.py
Thank you very much