Menu

#3 UNICODE

open
nobody
None
5
2006-01-04
2006-01-04
No

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

Discussion


Log in to post a comment.