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