mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 02:58:30 +02:00
![]() The default implementation of "GetTickCount" just uses the lower 32-Bit from the result of "GetTickCount64". The default implementation of "GetTickCount64" is based upon "Now" for systems that support a floating point unit (and thus "Now"). Other systems can define a "SysTimerTick" function which is used instead if "HAS_SYSTIMERTICK" is defined. The Windows implementation of "GetTickCount" uses Windows' "GetTickCount" function. The implemenation of "GetTickCount64" checks whether the system is a Windows Vista or newer and then uses Windows' "GetTickCount64" function. Otherwise Windows' "GetTickCount" is used also. The Unix implementation of "GetTickCount" is the default one. The "GetTickCount64" implementation uses "fpgettimeofday". git-svn-id: trunk@23215 - |
||
---|---|---|
.. | ||
wininc | ||
crt.pp | ||
dos.pp | ||
dynlibs.inc | ||
fpcmemdll.pp | ||
fpwinsockh.inc | ||
keyboard.pp | ||
messages.pp | ||
mouse.pp | ||
printer.pp | ||
sharemem.pp | ||
sockets.pp | ||
sysdir.inc | ||
sysfile.inc | ||
sysheap.inc | ||
sysos.inc | ||
sysosh.inc | ||
systhrd.inc | ||
systlsdir.inc | ||
sysutils.pp | ||
syswin.inc | ||
tthread.inc | ||
varutils.pp | ||
video.pp | ||
windirs.pp | ||
winevent.pp | ||
winres.inc | ||
winsock2.pp | ||
winsock.pp |