From: Daniel Lehman dlehman25@gmail.com
--- include/msvcrt/corecrt_wstdlib.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/msvcrt/corecrt_wstdlib.h b/include/msvcrt/corecrt_wstdlib.h index 6bea500f6ec..e93c5177086 100644 --- a/include/msvcrt/corecrt_wstdlib.h +++ b/include/msvcrt/corecrt_wstdlib.h @@ -49,6 +49,7 @@ _ACRTIMP int __cdecl _mbtowc_l(wchar_t*,const char*,size_t,_locale_t); _ACRTIMP float __cdecl wcstof(const wchar_t*,wchar_t**); _ACRTIMP float __cdecl _wcstof_l(const wchar_t*,wchar_t**,_locale_t); _ACRTIMP double __cdecl wcstod(const wchar_t*,wchar_t**); +_ACRTIMP double __cdecl _wcstod_l(const wchar_t*,wchar_t**,_locale_t); _ACRTIMP __msvcrt_long __cdecl wcstol(const wchar_t*,wchar_t**,int); _ACRTIMP size_t __cdecl wcstombs(char*,const wchar_t*,size_t); _ACRTIMP size_t __cdecl _wcstombs_l(char*,const wchar_t*,size_t,_locale_t);