RE: Win64 patch 1/13

2006-06-20 Thread Ge van Geldorp
> From: Mike McCormack [mailto:[EMAIL PROTECTED] > > > Except that dlls/ntdll/tests/generated.c was hand-modified. > > That would explain the rather large diff that I saw when I > regenerated these tests :/ Sorry, I mixed up two files :( I have no evidence that dlls/ntdll/tests/generated.c was

Re: Win64 patch 1/13

2006-06-19 Thread Mike McCormack
Ge van Geldorp wrote: I don't want them either, but I didn't see another option. 32-bit doesn't export Get/SetWindowLongPtrA/W and GetSetClassLongPtrA/W (they are just #defines in winuser.h), while 64-bit has to export them. Is there a portable solution to set a Make variable only when it doesn

RE: Win64 patch 1/13

2006-06-19 Thread Ge van Geldorp
> From: Mike McCormack [mailto:[EMAIL PROTECTED] > > 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. I don't want them either, but I didn't see another option. 3

Re: Win64 patch 1/13

2006-06-19 Thread Mike McCormack
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 profil