]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
Fix a typo in DrawQ_RotPic which broke it badly.
[xonotic/darkplaces.git] / sys_shared.c
index 03c059850eaf8183e6a192656adf0df0080d3af5..c32e9d2390415f6ee633a1179a85eb578e3175f7 100644 (file)
@@ -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