msdaps: Use 2 byte structure packing for win32 code.
This commit is contained in:
parent
b524c55021
commit
1591d197b6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue