-
Notifications
You must be signed in to change notification settings - Fork 10
explicitly specify types #9
Copy link
Copy link
Open
Labels
Milestone
Description
return types
Change all COM methods to explicitly specify their return type (most of the time "UInt") to ensure the code doesn't break on a possible future change in AHK.
method & NumGet()
The same for all those calls to NumGet() retrieving the method adresses.
Reactions are currently unavailable