1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user