mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
f0cd33c69e
Add -DWINE_NO_LONG_TYPES to modules that still have compilation warnings with long types. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
291 B
Makefile
14 lines
291 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = sti.dll
|
|
IMPORTLIB = sti
|
|
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
sti.c \
|
|
sti_main.c
|
|
|
|
IDL_SRCS = sti_wia.idl
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|