From 1cb8ad02c9acd2a9711a73bb42bfebbc3dd83142 Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 8 Jan 2025 19:35:25 +0100 Subject: [PATCH] [TEST] Breaking ctypes generation result for CI test purpose --- ctypes_generation/definitions/defines/template.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctypes_generation/definitions/defines/template.py b/ctypes_generation/definitions/defines/template.py index 182bddf..ce0b474 100644 --- a/ctypes_generation/definitions/defines/template.py +++ b/ctypes_generation/definitions/defines/template.py @@ -24,3 +24,6 @@ def CTL_CODE(DeviceType, Function, Method, Access): def HRESULT_FACILITY(hr): return (((hr) >> 16) & 0x1fff) + + +BROKEN \ No newline at end of file