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