Skip to content

Commit 8fb1080

Browse files
committed
Fix incorrect return type conversion from DILL
1 parent 7c23b25 commit 8fb1080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class DILL:
442442
},
443443
"get_button": {
444444
"arguments": [_GUID, ctwt.DWORD],
445-
"returns": ctwt.LONG
445+
"returns": ctypes.c_bool
446446
},
447447
"get_hat": {
448448
"arguments": [_GUID, ctwt.DWORD],

0 commit comments

Comments
 (0)