git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10018
d7cf8633-e32d-0410-b094-
e92efae38249
#include "conproc.h"
#include "direct.h"
-cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1", "use windows timeGetTime function (which has issues on some motherboards) for timing rather than QueryPerformanceCounter timer (which has issues on multicore/multiprocessor machines and processors which are designed to conserve power)"};
-
HANDLE hinput, houtput;
#ifdef QHOST
return NULL;
}
-double Sys_DoubleTime (void)
-{
- return Sys_DoubleTime_Shared();
-}
-
-void Sys_Sleep(int microseconds)
-{
- Sys_Sleep_Shared(microseconds);
-}
-
char *Sys_GetClipboardData (void)
{
char *data = NULL;