Use unicode characters for filenames.
example:
DEPOT *dpopen(const char *name, int omode, int bnum);
should have a sibiling
DEPOT *dpopen_w(const wchar_t *name, int omode, int bnum);
Log in to post a comment.