Files
git/compat
Johannes Schindelin b8fed353a8 poll: lazy-load GetTickCount64()
This fixes the compilation, actually, as we still did not make the jump to
post-Windows XP completely: we still compile with _WIN32_WINNT set to
0x0502 (which corresponds to Windows Server 2003 and is technically
greater than Windows XP's 0x0501).

However, GetTickCount64() is only available starting with Windows
Vista/Windows Server 2008.

Let's just lazy-load the function, which should also help Git for Windows
contributors who want to reinstate Windows XP support.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-09-11 17:41:05 +02:00
..
2017-09-11 17:41:05 +02:00
2017-06-27 10:35:49 -07:00
2017-09-11 13:48:49 +02:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2017-09-11 17:41:05 +02:00
2017-09-11 14:29:20 +02:00
2017-09-11 14:25:16 +02:00
2017-09-11 14:21:18 +02:00
2017-01-23 11:02:34 -08:00
2017-09-11 13:53:55 +02:00