From edb2fdea6cd0035c96a068cdb561efbf332a8753 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 11 Jan 2002 03:24:22 +0000 Subject: Initial minimal support for the Fox version. --- include/Platform.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 2d082053b..634792960 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -18,8 +18,13 @@ #define PLAT_GTK_WIN32 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