Skip to content

Commit 6b93fc7

Browse files
committed
feat(ahk2): add version requirement
1 parent e029e42 commit 6b93fc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Binding.AHK2/IbInputSimulator.ahk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
; Version: 0.4
55
; Git: https://github.com/Chaoses-Ib/IbInputSimulator
66

7+
#Requires AutoHotkey v2.0 64-bit
8+
79
#DllLoad "*i IbInputSimulator.dll" ;DllCall("LoadLibrary") cannot locate DLL correctly
810

911
IbSendInit(send_type := "AnyDriver", mode := 1, args*){

0 commit comments

Comments
 (0)