18.06.2013, 18:26
GetTickCount() is meant as a measurement of time relative to another one (so for example counting the time that has passed), not an absolute measurement (like gettime(), which is always the same). If your implementation relies on GetTickCount() always being the same you're not using it correctly. With this in mind, any implementation that needs to use gettime() doesn't require that much accuracy.


