wxAtof() fixed (?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-04-12 23:21:19 +00:00
parent 829e3e8d3d
commit 66f32eca4c

View File

@@ -104,7 +104,7 @@ typedef _TUCHAR wxUChar;
#define wxVsprintf _vstprintf
// stdlib.h functions
#define wxAtof _ttof /* does this exist? */
#define wxAtof(s) atof(wxString(s).mb_str())
#define wxAtoi _ttoi
#define wxAtol _ttol
#define wxGetenv _tgetenv