From 0fe27c16afbb048dd3e8890293f4d1d44d4b556c Mon Sep 17 00:00:00 2001 From: orudge Date: Fri, 31 Mar 2006 16:01:59 +0000 Subject: (svn r4204) - Get trunk compiling again on OS/2 --- strgen/strgen.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'strgen') diff --git a/strgen/strgen.c b/strgen/strgen.c index 67fd1be5a..9ae091a88 100644 --- a/strgen/strgen.c +++ b/strgen/strgen.c @@ -20,6 +20,14 @@ #define stderr stdout #endif // __MORPHOS__ +#ifdef __WATCOMC__ + uint _map_log_x; // an unpleasant hack required because Watcom is insisting on + uint _map_size_x; // these variables being valid references in map.h + uint _map_size_y; + uint _map_tile_mask; + uint _map_size; +#endif + /* Compiles a list of strings into a compiled string list */ typedef void (*ParseCmdProc)(char *buf, int value); -- cgit v1.2.3-70-g09d2