diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-04-20 05:05:50 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-04-20 05:05:50 +0000 |
commit | 1cbcda2e6c2106ba3dc5050d649228755b4275b9 (patch) | |
tree | d3eeae03e82f403c1c67caefe70fee993dc5e6e8 | |
parent | 59be22909b8ed45624a24fe9952d69a1280bd858 (diff) | |
download | cygnal-1cbcda2e6c2106ba3dc5050d649228755b4275b9.tar.gz cygnal-1cbcda2e6c2106ba3dc5050d649228755b4275b9.tar.bz2 cygnal-1cbcda2e6c2106ba3dc5050d649228755b4275b9.zip |
* include/tchar.h (_tputenv): Add UNICODE mappings.
(_tsearchenv): Likewise.
(_tmakepath): Likewise.
(_tsplitpath): Likewise.
(_tfullpath): Likewise.
(__TEXT): Make same as define in w32api/include/winnt.h.
-rw-r--r-- | winsup/mingw/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 3034be685..393c8f844 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,11 @@ +2002-04-20 Danny Smith <dannysmith@users.sourceforge.net> + + * include/tchar.h (_tputenv): Add UNICODE mappings. + (_tsearchenv): Likewise. + (_tmakepath): Likewise. + (_tsplitpath): Likewise. + (_tfullpath): Likewise. + 2002-04-18 Pascal Obry <obry@gnat.com> * dirent.c (opendir): Convert given pathname to |