*** empty log message ***

svn path=/trunk/boinc/; revision=5220
This commit is contained in:
Rom Walton 2005-01-27 09:24:18 +00:00
parent b91c5683a3
commit 4294c73664
1 changed files with 2 additions and 0 deletions

View File

@ -115,7 +115,9 @@ int boinc_init() {
// adjust the thread priority so we don't eat cycles from // adjust the thread priority so we don't eat cycles from
// other programs // other programs
// //
#ifdef _WIN32
boinc_adjust_worker_thread_priority(GetCurrentThread()); boinc_adjust_worker_thread_priority(GetCurrentThread());
#endif
return boinc_init_options(options); return boinc_init_options(options);
} }