From 4e586c6e8dc3514dab73ad1864eea12047271c08 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 27 Nov 2009 18:25:14 +0000 Subject: [PATCH] remove dependency on HAVE_P3D_PLUGIN --- panda/src/display/subprocessWindow.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/panda/src/display/subprocessWindow.h b/panda/src/display/subprocessWindow.h index b1975f9241..9e9f519fa5 100644 --- a/panda/src/display/subprocessWindow.h +++ b/panda/src/display/subprocessWindow.h @@ -18,10 +18,9 @@ #include "pandabase.h" // For now, a simple trigger whether to enable the subprocess window -// support. We only build it on OSX, and only when the plugin is -// enabled; because this is (presently) the only case where it's -// useful. -#if defined(HAVE_P3D_PLUGIN) && defined(IS_OSX) +// support. We only build it on OSX, because this is (presently) the +// only case where it's useful. +#ifdef IS_OSX #define SUPPORT_SUBPROCESS_WINDOW 1 #else #undef SUPPORT_SUBPROCESS_WINDOW