diff options
Diffstat (limited to 'screenshot.c')
-rw-r--r-- | screenshot.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |