From 1f94acb3565d73287c05cb769f645b06a8d6324f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Jun 2009 23:10:05 +0000 Subject: Put back PLAT_FOX. --- include/Platform.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 874921bf1..1d4df4884 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -19,8 +19,13 @@ #define PLAT_MACOSX 0 #define PLAT_WIN 0 #define PLAT_WX 0 +#define PLAT_FOX 0 -#if defined(__WX__) +#if defined(FOX) +#undef PLAT_FOX +#define PLAT_FOX 1 + +#elif defined(__WX__) #undef PLAT_WX #define PLAT_WX 1 -- cgit v1.2.3