wcstod seems to be more widely available than wcstof
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -541,7 +541,7 @@ WXDLLIMPEXP_BASE wchar_t * wxCRT_GetenvW(const wchar_t *name);
|
|||||||
/* _wtof doesn't exist */
|
/* _wtof doesn't exist */
|
||||||
#else
|
#else
|
||||||
#ifndef __VMS
|
#ifndef __VMS
|
||||||
#define wxCRT_AtofW(s) wcstof(s, NULL)
|
#define wxCRT_AtofW(s) wcstod(s, NULL)
|
||||||
#endif
|
#endif
|
||||||
#define wxCRT_AtolW(s) wcstol(s, NULL, 10)
|
#define wxCRT_AtolW(s) wcstol(s, NULL, 10)
|
||||||
/* wcstoi doesn't exist */
|
/* wcstoi doesn't exist */
|
||||||
|
Reference in New Issue
Block a user