Visual C++ 6

Cihan Altinay cihan at uq.edu.au
Sun Feb 5 05:10:15 CST 2006


Hi Jason,

Just a small comment here.

Jason Kraftcheck wrote:
> --- wine-0.9.6/dlls/msvcrt/math.c	2006-01-19 08:14:03.000000000 -0600
> +++ mod/dlls/msvcrt/math.c	2006-02-03 17:52:12.403905962 -0600
<snip>
> @@ -1190,3 +1200,70 @@
>  {
>    TRACE("(): stub\n");
>  }
> +
> +/*********************************************************************
> + *		_atoldbl (MSVCRT.@)
> + *
> + * Convert a string to a long double w/out using any floating-point 
> + * instructions.  Called by cl.exe
> + */
> +int _atoflt( float* value, char* str )

I guess this is cut'n'paste... the comment doesn't match the definition.

Cheers,
Cihan



More information about the wine-devel mailing list