mirror of https://github.com/BOINC/boinc.git
parent
6219d0f17d
commit
7a32f8e240
|
@ -317,7 +317,7 @@ int main(int argc, char** argv) {
|
||||||
// For platforms other than windows just treat it as a console application
|
// For platforms other than windows just treat it as a console application
|
||||||
//
|
//
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
return main_loop(argc, argv);
|
return boinc_main_loop(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue