We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8641f5e commit 0acabbfCopy full SHA for 0acabbf
can/ctypesutil.py
@@ -14,7 +14,7 @@
14
15
16
try:
17
- _LibBase = ctypes.WinDLL # type: ignore
+ _LibBase = ctypes.WinDLL # type: ignore
18
_FUNCTION_TYPE = ctypes.WINFUNCTYPE # type: ignore
19
except AttributeError:
20
_LibBase = ctypes.CDLL
0 commit comments