Revert "[TEST] Breaking ctypes generation result for CI test purpose"

This reverts commit 1cb8ad02c9.
This commit is contained in:
hakril
2025-01-08 19:40:23 +01:00
parent d79f7c609a
commit 9bd9ddbd7a
@@ -24,6 +24,3 @@ def CTL_CODE(DeviceType, Function, Method, Access):
def HRESULT_FACILITY(hr):
return (((hr) >> 16) & 0x1fff)
BROKEN