Huw Davies : msdaps: Use 2 byte structure packing for win32 code.

Alexandre Julliard julliard at winehq.org
Tue Aug 25 08:45:31 CDT 2009


Module: wine
Branch: master
Commit: 1591d197b689bf1f00d8b3f561bb8c3f091ca01f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1591d197b689bf1f00d8b3f561bb8c3f091ca01f

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Aug 25 13:34:58 2009 +0100

msdaps: Use 2 byte structure packing for win32 code.

---

 dlls/msdaps/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
index 3eba6b2..0f65343 100644
--- a/dlls/msdaps/Makefile.in
+++ b/dlls/msdaps/Makefile.in
@@ -5,6 +5,7 @@ VPATH     = @srcdir@
 MODULE    = msdaps.dll
 IMPORTS   = oleaut32 ole32 rpcrt4 kernel32 ntdll
 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
+EXTRAIDLFLAGS = --win32-align=2
 
 EXTRA_OBJS = dlldata.o
 




More information about the wine-cvs mailing list