mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-19 01:23:31 +00:00
read bits from config, defaults to cdll.BITS
reflect change in script_announce_voicemeeter_version
This commit is contained in:
@@ -43,7 +43,4 @@ dll_path = vm_parent.joinpath(DLL_NAME)
|
||||
if not dll_path.is_file():
|
||||
raise VMError(f'Could not find {dll_path}')
|
||||
|
||||
if BITS == 64:
|
||||
libc = ct.CDLL(str(dll_path))
|
||||
else:
|
||||
libc = ct.WinDLL(str(dll_path))
|
||||
libc = ct.WinDLL(str(dll_path))
|
||||
|
||||
Reference in New Issue
Block a user