From 7d1d67ca786a9a91866b147eb3a25fca6c2256b5 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 12 May 2005 19:56:40 +0000 Subject: __APPLE__ doesnt have --- src/FbTk/I18n.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FbTk/I18n.hh b/src/FbTk/I18n.hh index 8fbb7ab..7891961 100644 --- a/src/FbTk/I18n.hh +++ b/src/FbTk/I18n.hh @@ -44,7 +44,7 @@ extern "C" { #include } -#elif defined(__CYGWIN__) || defined(__EMX__) +#elif defined(__CYGWIN__) || defined(__EMX__) || defined(__APPLE__) #ifdef __cplusplus extern "C" { #endif // __cplusplus -- cgit v0.11.2