win32: Implement rtclock based on QueryPerformanceCounter

Also remove some unnecessary <time.h> headers.
This commit is contained in:
Maarten Bosmans 2011-01-18 11:26:57 +01:00
parent 5699954d33
commit a39a83665f
9 changed files with 36 additions and 19 deletions

View file

@ -31,7 +31,6 @@
#include <stdio.h>
#include <inttypes.h>
#include <stdlib.h>
#include <time.h>
#include <limits.h>
#include <sys/stat.h>