diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-06-17 22:01:36 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-06-17 22:01:36 +0000 |
commit | 339dde8fe5edf6e712ae25b54d57fea1ab6dffc8 (patch) | |
tree | ff24d7bf176b94c17af2d2fa452880d1b322ab67 /winsup/mingw/include/stdlib.h | |
parent | a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1 (diff) | |
download | cygnal-339dde8fe5edf6e712ae25b54d57fea1ab6dffc8.tar.gz cygnal-339dde8fe5edf6e712ae25b54d57fea1ab6dffc8.tar.bz2 cygnal-339dde8fe5edf6e712ae25b54d57fea1ab6dffc8.zip |
2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/stdlib.h (_wtof): Define.
Diffstat (limited to 'winsup/mingw/include/stdlib.h')
-rw-r--r-- | winsup/mingw/include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/mingw/include/stdlib.h b/winsup/mingw/include/stdlib.h index b58643059..ae36ebe0c 100644 --- a/winsup/mingw/include/stdlib.h +++ b/winsup/mingw/include/stdlib.h @@ -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 |