client: Add code for determining non-BOINC CPU time for GR and PtP clients (Mac & Windows)

svn path=/trunk/boinc/; revision=21171
This commit is contained in:
Charlie Fenton 2010-04-13 09:42:19 +00:00
parent 97333885a0
commit db6f3b13bb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ int get_procinfo_XP(vector<PROCINFO>& pi) {
p.is_boinc_app = true;
}
#endif
ifdef _PROGRESSTHRUPROCESSORS
#ifdef _PROGRESSTHRUPROCESSORS
if (strcasestr(p.command, "progressthruprocessors") != NULL) {
p.is_boinc_app = true;
}