[PATCH 1/5] msdaps: Use 2 byte structure packing.

Huw Davies huw at codeweavers.com
Mon Aug 24 07:34:46 CDT 2009


On Mon, Aug 24, 2009 at 01:51:24PM +0200, Alexandre Julliard wrote:
> Huw Davies <huw at codeweavers.com> writes:
> 
> > diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
> > index d6f71a0..cebf659 100644
> > --- a/dlls/msdaps/Makefile.in
> > +++ b/dlls/msdaps/Makefile.in
> > @@ -5,6 +5,7 @@ VPATH     = @srcdir@
> >  MODULE    = msdaps.dll
> >  IMPORTS   = oleaut32 rpcrt4 kernel32 ntdll
> >  EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
> > +EXTRAIDLFLAGS = -a2
> 
> Won't this break the 64-bit build?

Yes, good point.  64-bit should be left to default to 8 byte
alignment.  How do I do that?

Huw.



More information about the wine-devel mailing list