* 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:
parent
49a5f0809b
commit
2762a24302
|
@ -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>
|
Tue Jan 16 09:41:41 2001 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
* include/locale.h: Apply Danny Smith patch 101834
|
* include/locale.h: Apply Danny Smith patch 101834
|
||||||
|
|
|
@ -359,7 +359,7 @@ __int64 _wtoi64(const wchar_t *);
|
||||||
wchar_t* _i64tow(__int64, wchar_t *, int);
|
wchar_t* _i64tow(__int64, wchar_t *, int);
|
||||||
wchar_t* _ui64tow(unsigned __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*);
|
int _wputenv(const wchar_t*);
|
||||||
void _wsearchenv(const wchar_t*, const wchar_t*, 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*);
|
void _wmakepath(wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*);
|
||||||
|
|
Loading…
Reference in New Issue