This commit is contained in:
2025-12-04 16:48:13 +08:00
parent 69530188e4
commit 4a3aeba6e4

View File

@@ -3,7 +3,7 @@ import os
# Load DLL # Load DLL
dll_path = os.path.join(os.path.dirname(__file__), "libs", "atcore.dll") dll_path = os.path.join(os.path.dirname(__file__), "libs", "atcore.dll")
atcore = ctypes.cdll.LoadLibrary(dll_path) atcore = ctypes.windll.LoadLibrary(dll_path)
# Constants # Constants
AT_SUCCESS = 0 AT_SUCCESS = 0