(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user