Thomas Munro <thomas.mu...@gmail.com> writes: > I also wonder if half the stuff in win32gettimeofday.c can be deleted. > From some light googling, it looks like > GetSystemTimePreciseAsFileTime() can just be called directly on > Windows 8+ (and we now require 10+), and that kernel32.dll malarky was > for older systems?
Yeah, Microsoft's man page for it just says to include sysinfoapi.h (which we aren't) and then it should work on supported versions. regards, tom lane