diff options
author | Patrik Nyblom <[email protected]> | 2010-11-09 18:08:57 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2010-11-30 16:32:29 +0100 |
commit | 9622ab2132e2501ee5769357a914dcc6635e515c (patch) | |
tree | 77a4f13c833d325025e6bd7cb614798727828402 /erts/emulator/beam/sys.h | |
parent | 4161de166d46b6c9c25d5ac813c94a025c7a029d (diff) | |
download | otp-9622ab2132e2501ee5769357a914dcc6635e515c.tar.gz otp-9622ab2132e2501ee5769357a914dcc6635e515c.tar.bz2 otp-9622ab2132e2501ee5769357a914dcc6635e515c.zip |
Convert filenames read on MacOSX to canonical form
Diffstat (limited to 'erts/emulator/beam/sys.h')
-rw-r--r-- | erts/emulator/beam/sys.h | 3 |
1 files changed, 2 insertions, 1 deletions
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! */ |