mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5220
This commit is contained in:
parent
b91c5683a3
commit
4294c73664
|
@ -115,7 +115,9 @@ int boinc_init() {
|
|||
// adjust the thread priority so we don't eat cycles from
|
||||
// other programs
|
||||
//
|
||||
#ifdef _WIN32
|
||||
boinc_adjust_worker_thread_priority(GetCurrentThread());
|
||||
#endif
|
||||
|
||||
return boinc_init_options(options);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue