]> sourceware.org Git - newlib-cygwin.git/commit
Make wide char versions of opendir and friends.
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 23 Apr 2002 01:59:06 +0000 (01:59 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 23 Apr 2002 01:59:06 +0000 (01:59 +0000)
commit1d401c02afb3f6b96350a39997763427da752355
tree4047e765b60cdaf368e18f79bbb01c683b66326f
parent68fe11a37bb61de094870ed8cc377f907d32c2f7
Make wide char versions of opendir and friends.
* include/dirent.h (_wdirent, _WDIR): Define wide versions of
struct dirent, DIR.
(_wopendir,_wreaddir,_wclosedir,_wrewinddir,_wtelldir,
_wseekdir): Add prototypes for wide versions of corresponding
standard functions.
* include/tchar.h; Add _UNICODE mappings for dirent.h
structures and functions.
* mingwex/dirent.c: Make _UNICODE neutral.
* mingwex/wdirent.c: New file to define _UNICODE before
including dirent.c.
* mingwex/Makefile.in (DISTFILES): Add wdirent.c/
(POSIX_OBJS): Add wdirent.o.
(wdirent.o): Specify dependency on dirent.c as well as
wdirent.c.
* samples/dirent/wtest.c: New file, wide version of test.c.
winsup/mingw/ChangeLog
winsup/mingw/include/dirent.h
winsup/mingw/include/tchar.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/dirent.c
winsup/mingw/mingwex/wdirent.c [new file with mode: 0644]
winsup/mingw/samples/dirent/wtest.c [new file with mode: 0644]
This page took 0.02983 seconds and 5 git commands to generate.