X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sys_shared.c;h=c32e9d2390415f6ee633a1179a85eb578e3175f7;hp=03c059850eaf8183e6a192656adf0df0080d3af5;hb=d610cb5b7cf7085da5a8dc6b596ab989c32e1758;hpb=1a700cf9b44c8561c251534f14ec5959e5987f33 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