We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79f7c6 commit 9bd9ddbCopy full SHA for 9bd9ddb
1 file changed
ctypes_generation/definitions/defines/template.py
@@ -24,6 +24,3 @@ def CTL_CODE(DeviceType, Function, Method, Access):
24
25
def HRESULT_FACILITY(hr):
26
return (((hr) >> 16) & 0x1fff)
27
-
28
29
-BROKEN
0 commit comments