From 1c7d139171b546daca93d8149aff3f56e5e787ca Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 18 Mar 2006 16:37:25 +0000 Subject: (svn r3972) changed r3966 to only affect OSX. Too bad linuxes with utf-8 filesystems now got the saving problem again, but now we can compile on all platforms again --- screenshot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'screenshot.c') diff --git a/screenshot.c b/screenshot.c index 597bf5d45..1c4783804 100644 --- a/screenshot.c +++ b/screenshot.c @@ -12,11 +12,11 @@ #include "screenshot.h" #include "variables.h" -#ifdef UNIX +#ifdef __APPLE__ extern const char *convert_to_fs_charset(const char *filename); #else #define convert_to_fs_charset(str) (str) -#endif // UNIX +#endif char _screenshot_format_name[8]; uint _num_screenshot_formats; -- cgit v1.2.3-54-g00ecf