Use native Windows type for perfCounterOffset

This commit is contained in:
Freddie Akeroyd
2020-10-04 01:20:44 +01:00
parent 8a90688880
commit cdc627a15c

View File

@@ -16,7 +16,7 @@
static epicsUInt64 osdMonotonicResolution; /* timer resolution in nanoseconds */
static epicsUInt64 perfCounterFrequency; /* performance counter tics per second */
static epicsUInt64 perfCounterOffset; /* performance counter value at initialisation */
static LONGLONG perfCounterOffset; /* performance counter value at initialisation */
static const epicsUInt64 sec2nsec = 1000000000; /* number of nanoseconds in a second */
void osdMonotonicInit(void)