From cdb5d6a2d27614d237503b075dfbb172475a7358 Mon Sep 17 00:00:00 2001 From: Reinhard Prix Date: Thu, 4 Jan 2007 11:34:17 +0000 Subject: [PATCH] - 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 --- api/graphics_lib.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/graphics_lib.C b/api/graphics_lib.C index 96015f679b..50ca310c43 100644 --- a/api/graphics_lib.C +++ b/api/graphics_lib.C @@ -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