- allow this file to be compiled on _WIN32 and __APPLE__, shouldn't be too much to ask

[from Bernd's patch]

svn path=/trunk/boinc/; revision=11765
This commit is contained in:
Reinhard Prix 2007-01-04 11:34:17 +00:00
parent 1b9eb6000e
commit cdb5d6a2d2
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@ no_graphics:
bool boinc_graphics_possible() {
#ifdef _WIN32
???? should not be here
// ???? should not be here
#elif defined(__APPLE__)
???? should not be here
// ???? should not be here
#else
if (!getenv("DISPLAY")) return false;
#endif