From a5b45e8e2e99686ea73fa2793d7fec84f0d1a3ed Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 17 Dec 2002 04:36:31 +0000 Subject: "" svn path=/trunk/; revision=303 --- externals/grill/guitest/flgui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/guitest/flgui.h') diff --git a/externals/grill/guitest/flgui.h b/externals/grill/guitest/flgui.h index d9b302db..211a4935 100644 --- a/externals/grill/guitest/flgui.h +++ b/externals/grill/guitest/flgui.h @@ -4,7 +4,7 @@ #define FLEXT_VIRT #include -#ifdef PD +#if FLEXT_SYS == FLEXT_SYS_PD #pragma warning( disable : 4091 ) #include #endif @@ -72,7 +72,7 @@ protected: virtual bool g_Focus(GuiObj &obj,bool on,int mod) { return false; } */ -#ifdef PD +#if FLEXT_SYS == FLEXT_SYS_PD bool Selected() const { return selected; } void FixLines() { canvas_fixlinesfor( thisCanvas(), thisHdr() ); } @@ -143,7 +143,7 @@ private: virtual void m_Method(const CBParams &p); -#ifdef PD +#if FLEXT_SYS == FLEXT_SYS_PD bool selected; int xsize,ysize; -- cgit v1.2.1