Re: msvcrt: Add _atoflt and _atoflt_l implementations (try2)

2011-01-17 Thread Alexandre Julliard
Nikolay Sivov writes: > I'm not sure about MSVCR_ types inside msvcr80, for wrappers it's > enough to have an empty struct pointers, if we really need proper > types please let me know. You should be using the real definitions from the msvcrt headers. Also you want the implementation in msvcr90,

Re: msvcrt: Add _atoflt and _atoflt_l implementations

2011-01-14 Thread Nikolay Sivov
On 1/14/2011 19:12, Alexandre Julliard wrote: Nikolay Sivov writes: @@ -333,6 +333,123 @@ double CDECL MSVCRT__atof_l( const char *str, MSVCRT__locale_t locale) } /* + * _atoflt_l (MSVCRT.@) + * + * Not exp

Re: msvcrt: Add _atoflt and _atoflt_l implementations

2011-01-14 Thread Alexandre Julliard
Nikolay Sivov writes: > @@ -333,6 +333,123 @@ double CDECL MSVCRT__atof_l( const char *str, > MSVCRT__locale_t locale) > } > > /* > + * _atoflt_l (MSVCRT.@) > + * > + * Not exported by native msvcrt > + */ It is