Home
last modified time | relevance | path

Searched refs:atolW (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/tools/unicode/
H A Dwine_unicode.def5 atolW
/reactos/sdk/include/host/wine/
H A Dunicode.h310 WINE_UNICODE_INLINE long int atolW( const WCHAR *str ) in atolW() function
317 return (int)atolW( str ); in atoiW()
/reactos/sdk/include/reactos/wine/
H A Dunicode.h61 #define atolW(s) _wtol((s)) macro