*** empty log message ***

svn path=/trunk/boinc_samples/; revision=11726
This commit is contained in:
David Anderson 2006-12-27 20:15:46 +00:00
parent 98286c1401
commit 1f6fa079f1
2 changed files with 8 additions and 2 deletions

View File

@ -253,3 +253,9 @@ David 18 Dec 2006
win_build/ win_build/
libboinc_vcproj libboinc_vcproj
David 27 Dec 2006
- comment out boinc_graphics_possible() call
uppercase/
upper_case.C

View File

@ -230,14 +230,14 @@ int main(int argc, char **argv) {
} }
#ifdef BOINC_APP_GRAPHICS #ifdef BOINC_APP_GRAPHICS
if (boinc_graphics_possible()) { //if (boinc_graphics_possible()) {
#if defined(_WIN32) || defined(__APPLE__) #if defined(_WIN32) || defined(__APPLE__)
retval = boinc_init_graphics(worker); retval = boinc_init_graphics(worker);
#else #else
retval = boinc_init_graphics_lib(worker, argv[0]); retval = boinc_init_graphics_lib(worker, argv[0]);
#endif #endif
if (retval) exit(retval); if (retval) exit(retval);
} //}
#endif #endif
retval = boinc_init(); retval = boinc_init();