X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sys_shared.c;h=c32e9d2390415f6ee633a1179a85eb578e3175f7;hp=03c059850eaf8183e6a192656adf0df0080d3af5;hb=641d75aeb3b3934d9bbe1e2603bdd05d14a15ff1;hpb=d38b46c83edc12710082d43ae303a4bbbd2d9486 diff --git a/sys_shared.c b/sys_shared.c index 03c05985..c32e9d23 100644 --- a/sys_shared.c +++ b/sys_shared.c @@ -238,11 +238,10 @@ void* Sys_GetProcAddress (dllhandle_t handle, const char* name) # define HAVE_Sleep 1 #endif +#ifndef WIN32 #if defined(CLOCK_MONOTONIC) || defined(CLOCK_HIRES) # define HAVE_CLOCKGETTIME 1 #endif - -#ifndef WIN32 // FIXME improve this check, manpage hints to DST_NONE # define HAVE_GETTIMEOFDAY 1 #endif