Skip to content

Commit 1cb8ad0

Browse files
committed
[TEST] Breaking ctypes generation result for CI test purpose
1 parent 3428acc commit 1cb8ad0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ctypes_generation/definitions/defines/template.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ def CTL_CODE(DeviceType, Function, Method, Access):
2424

2525
def HRESULT_FACILITY(hr):
2626
return (((hr) >> 16) & 0x1fff)
27+
28+
29+
BROKEN

0 commit comments

Comments
 (0)