Cihan Altinay wrote:
> Hi Jason,
>
> Just a small comment here.
>
...
>
>
> I guess this is cut'n'paste... the comment doesn't match the definition.
>
Thanks for noticing that. I've attached a corrected patch.
diff -aur wine-0.9.6/dlls/msvcrt/math.c mod/dlls/msvcrt/math.c
--- wine-0.9.6/
Hi Jason,
Just a small comment here.
Jason Kraftcheck wrote:
> --- wine-0.9.6/dlls/msvcrt/math.c 2006-01-19 08:14:03.0 -0600
> +++ mod/dlls/msvcrt/math.c2006-02-03 17:52:12.403905962 -0600
> @@ -1190,3 +1200,70 @@
> {
>TRACE("(): stub\n");
> }
> +
> +/**
I've been trying to get Visual C++ 6 to work under Wine. It does seem
to work for trivial programs with wine 0.9.6. It fails to compile
anything with floating-point constants in the source because _atoldbl in
msvcrt.dll is not implemented. I've attached a patch with a trivial
impleme