mirror of https://github.com/BOINC/boinc.git
- 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:
parent
1b9eb6000e
commit
cdb5d6a2d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue