From 338c751d5c00648c57e7c1cd0243ffff2d6e3d80 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Mar 2009 21:03:41 +0000 Subject: [PATCH] - compile fix svn path=/trunk/boinc/; revision=17682 --- lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.h b/lib/util.h index d8bc75f170..7e47b1f158 100644 --- a/lib/util.h +++ b/lib/util.h @@ -52,7 +52,7 @@ extern char* windows_format_error_string( unsigned long dwError, char* pszBuf, int iSize ); extern int boinc_thread_cpu_time(HANDLE thread_handle, double& cpu); -extern int boinc_process_cpu_time(double& cpu); +extern int boinc_process_cpu_time(HANDLE process_handle, double& cpu); #else // setpriority(2) arg to run in background // (don't use 20 because