From 9622ab2132e2501ee5769357a914dcc6635e515c Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Tue, 9 Nov 2010 18:08:57 +0100 Subject: Convert filenames read on MacOSX to canonical form --- erts/emulator/beam/sys.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'erts/emulator/beam/sys.h') diff --git a/erts/emulator/beam/sys.h b/erts/emulator/beam/sys.h index 57f2b2f16c..27c5f99320 100644 --- a/erts/emulator/beam/sys.h +++ b/erts/emulator/beam/sys.h @@ -1260,7 +1260,8 @@ char* win32_errorstr(int); #define ERL_FILENAME_UNKNOWN 0 #define ERL_FILENAME_LATIN1 1 #define ERL_FILENAME_UTF8 2 -#define ERL_FILENAME_WIN_WCHAR 3 +#define ERL_FILENAME_UTF8_MAC 3 +#define ERL_FILENAME_WIN_WCHAR 4 int erts_get_native_filename_encoding(void); /* The set function is only to be used by erl_init! */ -- cgit v1.2.3