64-bit: Properly prototype *all* the used functions #1805
Labels
bug
dependencies
Pull requests that update a dependency file
OS Issue
python
Pull requests that update Python code
Milestone
LCU No Fool Like One reported seeing:
presumably on the 5.7.1-alpha1 64-bit pre-release. That makes
File "monitor.pyc", line 2034, in WindowTitle
to be the line:That function hasn't been properly prototyped, so will be returning
int
, instead of the proper type. I note that this is also actually GetWindowTextLengthW.So, we should really just properly prototype all of the ctypes functions we use to be sure of no issues going forwards.
The text was updated successfully, but these errors were encountered: