Changelog typo

This commit is contained in:
Danny Smith 2007-07-12 09:42:31 +00:00
parent f2a9580699
commit 05694dc580
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
2007-07-12 Danny Smith <dannysmith@users.sourceforge.net> 2007-07-12 Danny Smith <dannysmith@users.sourceforge.net>
* incude/wchar.h (_wsystem) Declare. [mingw-Bugs-1734142]
* include/wchar.h (_wsystem) Declare.
(_wputenv) Declare. (_wputenv) Declare.
(_wgetenv): Declare. (_wgetenv): Declare.
(_wsearchenv): Declare. (_wsearchenv): Declare.
(_wmakepath): Declare. (_wmakepath): Declare.
(_wsplitpath): Declare. (_wsplitpath): Declare.
(_wfullpath): Declare. (_wfullpath): Declare.
* incude/stdlib.h (_wsystem) Declare. * include/stdlib.h (_wsystem) Declare.
(_wputenv, _wgetenv, _wsearchenv, _wmakepath, _wsplitpath, (_wputenv, _wgetenv, _wsearchenv, _wmakepath, _wsplitpath,
_wfullpath): Move into _WSTDLIB_DEFINED guard. _wfullpath): Move into _WSTDLIB_DEFINED guard.
* include/tchar.h (_tsystem): New UNICODE mapping define. * include/tchar.h (_tsystem): New UNICODE mapping define.