- fix #if

svn path=/trunk/boinc_samples/; revision=14869
This commit is contained in:
David Anderson 2008-03-07 17:53:58 +00:00
parent c6a1211706
commit 1345448cb5
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ double TASK::cpu_time() {
totTime = tKernel.QuadPart + tUser.QuadPart; totTime = tKernel.QuadPart + tUser.QuadPart;
return totTime / 1.e7; return totTime / 1.e7;
#else if defined(__APPLE__) #elif defined(__APPLE__)
// There's no easy way to get another process's CPU time in Mac OS X // There's no easy way to get another process's CPU time in Mac OS X
// //
return wall_cpu_time; return wall_cpu_time;