fix mingw build

This commit is contained in:
Michael Davidsaver
2018-10-28 19:03:42 -07:00
parent 818e6c236d
commit 78b6312f49
+1 -1
View File
@@ -40,7 +40,7 @@ static struct {
static epicsThreadOnceId onceId = EPICS_THREAD_ONCE_INIT;
#ifdef CLOCK_REALTIME
#if defined(CLOCK_REALTIME) && !defined(_WIN32)
/* This code is not used on systems without Posix CLOCK_REALTIME,
* but the only way to detect that is from the OS headers, so the
* Makefile can't exclude compiling this file on those systems.