mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc_samples/; revision=11726
This commit is contained in:
parent
98286c1401
commit
1f6fa079f1
|
@ -253,3 +253,9 @@ David 18 Dec 2006
|
|||
|
||||
win_build/
|
||||
libboinc_vcproj
|
||||
|
||||
David 27 Dec 2006
|
||||
- comment out boinc_graphics_possible() call
|
||||
|
||||
uppercase/
|
||||
upper_case.C
|
||||
|
|
|
@ -230,14 +230,14 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
#ifdef BOINC_APP_GRAPHICS
|
||||
if (boinc_graphics_possible()) {
|
||||
//if (boinc_graphics_possible()) {
|
||||
#if defined(_WIN32) || defined(__APPLE__)
|
||||
retval = boinc_init_graphics(worker);
|
||||
#else
|
||||
retval = boinc_init_graphics_lib(worker, argv[0]);
|
||||
#endif
|
||||
if (retval) exit(retval);
|
||||
}
|
||||
//}
|
||||
#endif
|
||||
|
||||
retval = boinc_init();
|
||||
|
|
Loading…
Reference in New Issue