windll kek

This commit is contained in:
Headshotnoby 2021-06-20 01:31:45 -04:00
parent e565e6e3ae
commit b6856c2aa1

View File

@ -39,7 +39,7 @@ Initialize BASS and the opus plugin
"""
global dll, use_ctypes
if platform.system() == "Darwin":
dll = ctypes.WinDLL(dllf)
dll = ctypes.CDLL(dllf)
use_ctypes = True
else:
import pybass as dll