(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

This commit is contained in:
bjarni
2006-03-18 16:37:25 +00:00
parent a6b3a519d9
commit a59b2b96b0
3 changed files with 8 additions and 25 deletions

View File

@@ -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;