From 5b5008398f85fe45b36ca12ec9ff4af22912a499 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 9 Aug 2010 12:00:35 +0000 Subject: [PATCH] windows related build problem --- scrolltext/scrolltext3.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scrolltext/scrolltext3.c b/scrolltext/scrolltext3.c index 87f6a80..797d467 100644 --- a/scrolltext/scrolltext3.c +++ b/scrolltext/scrolltext3.c @@ -15,9 +15,7 @@ #include "font_arial8.h" // #include "font_small6.h" // #include "font_uni53.h" -#ifdef __CYGWIN__ - #define strtok_r(a, b, c) strtok((a), (b)) -#endif +#define strtok_r(a, b, c) strtok((a), (b)) #define MAX_FONTS 1 font fonts[MAX_FONTS];