BerndGabriel/HtmlViewer

GetTickCount vs GetTickCount64

manliomazzon opened this issue · 0 comments

In a few places, GetTickCount is still used, but perhaps it should be replaced with GetTickCount64.

Or possibly, if GetTickCount is to be maintained for backward compatibility (e.g. Delphi 7), let's use some conditional defines, so that for example Lazarus/FPC users will get GetTickCount64 by default.