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,
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
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