diff --git a/api/boinc_api.C b/api/boinc_api.C index f4a0a6c8b0..42792d35d5 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -369,7 +369,6 @@ double boinc_cpu_time() { return cpu_secs; #else #ifdef _WIN32 -//#ifdef WINNT_CLOCK HANDLE hProcess; FILETIME creationTime,exitTime,kernelTime,userTime; @@ -396,8 +395,7 @@ double boinc_cpu_time() { return cpu_secs; } CloseHandle(hProcess); - // ... fall through -//#endif // WINNT_CLOCK + // TODO: Handle timer wraparound static bool first=true; static DWORD first_count = 0;