[TEST] Breaking ctypes generation result for CI test purpose

This commit is contained in:
hakril
2025-01-08 19:35:25 +01:00
parent 3428acc580
commit 1cb8ad02c9
@@ -24,3 +24,6 @@ def CTL_CODE(DeviceType, Function, Method, Access):
def HRESULT_FACILITY(hr):
return (((hr) >> 16) & 0x1fff)
BROKEN