OSDN Git Service

2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Wed, 17 Jun 2009 22:01:36 +0000 (22:01 +0000)
committerironhead <ironhead>
Wed, 17 Jun 2009 22:01:36 +0000 (22:01 +0000)
        * include/stdlib.h (_wtof): Define.

winsup/mingw/ChangeLog
winsup/mingw/include/stdlib.h

index 383377e..72c7653 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+       * include/stdlib.h (_wtof): Define.
+
 2009-04-11 Danny Smith <dannsymith@users.sourceforge.net>
 
        * include/stdint.h (int_fast8_t): Specify as signed char.
index b586430..ae36ebe 100644 (file)
@@ -304,6 +304,7 @@ _CRTIMP double __cdecl __MINGW_NOTHROW      atof    (const char*);
 _CRTIMP int __cdecl __MINGW_NOTHROW    atoi    (const char*);
 _CRTIMP long __cdecl __MINGW_NOTHROW   atol    (const char*);
 #if !defined (__STRICT_ANSI__)
+_CRTIMP double __cdecl __MINGW_NOTHROW _wtof (const wchar_t *);
 _CRTIMP int __cdecl __MINGW_NOTHROW    _wtoi (const wchar_t *);
 _CRTIMP long __cdecl __MINGW_NOTHROW _wtol (const wchar_t *);
 #endif