Win64 patch 1/13

Mike McCormack mike at codeweavers.com
Mon Jun 19 13:20:43 CDT 2006


Ge van Geldorp wrote:

> +SPEC_SRC32  = $(BASEMODULE).spec
> +SPEC_SRC64  ?= $(SPEC_SRC32)

Not sure we want seperate spec files.  In any case, ?= doesn't look 
portable.

> -ULONG WINAPI MAPILogon(ULONG uiparam, LPSTR profile, LPSTR password,
> +ULONG WINAPI MAPILogon(ULONG_PTR uiparam, LPSTR profile, LPSTR password,
>      FLAGS flags, ULONG reserved, LPLHANDLE session)

> --- programs/wordpad/wordpad.c	14 Feb 2006 16:48:40 -0000	1.1
> +++ programs/wordpad/wordpad.c	19 Jun 2006 17:34:48 -0000

I thought I already fixed these...  I don't think these will apply to 
the current git tree.

> --- dlls/ntdll/tests/generated.c	3 Jul 2005 11:23:30 -0000	1.23
> +++ dlls/ntdll/tests/generated.c	19 Jun 2006 17:20:17 -0000

You should be changing tools/winapi/winapi_test*, not the generated files.

The heap changes look useful, I will check them out when I get back from 
my holiday.

Mike



More information about the wine-devel mailing list