* include/stdlib.h: Apply Danny Smith patch 102730

2000-12-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
	(_wgetenv) Correction to return type.
This commit is contained in:
Earnie Boyd 2001-01-16 16:43:00 +00:00
parent 49a5f0809b
commit 2762a24302
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
Tue Jan 16 11:37:31 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/stdlib.h: Apply Danny Smith patch 102730
2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
(_wgetenv) Correction to return type.
Tue Jan 16 09:41:41 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/locale.h: Apply Danny Smith patch 101834

View File

@ -359,7 +359,7 @@ __int64 _wtoi64(const wchar_t *);
wchar_t* _i64tow(__int64, wchar_t *, int);
wchar_t* _ui64tow(unsigned __int64, wchar_t *, int);
int _wgetenv(const wchar_t*);
wchar_t* _wgetenv(const wchar_t*);
int _wputenv(const wchar_t*);
void _wsearchenv(const wchar_t*, const wchar_t*, wchar_t*);
void _wmakepath(wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*);