Menu

#718 GetTickCount should be unsigned

v1.0 (example)
open
nobody
None
5
2016-04-02
2016-04-02
Julian O
No

The call to win32api.GetTickCount() is returning a signed integer. It should be unsigned.

In particular, this causes problems when comparing it to, say, win32api.GetLastInputInfo() which returns an unsigned integer.

For more information, see this StackOverflow question: http://stackoverflow.com/questions/36312480/getlastinputinfo-and-gettickcount-are-not-consistent-with-each-other/

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.