mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +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>
8 lines
137 B
Makefile
8 lines
137 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = ctapi32.dll
|
|
UNIXLIB = ctapi32.so
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
ctapi32.c \
|
|
unixlib.c
|