mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +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>
9 lines
156 B
Makefile
9 lines
156 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = d3d10core.dll
|
|
IMPORTLIB = d3d10core
|
|
IMPORTS = d3d11 dxgi
|
|
|
|
C_SRCS = \
|
|
d3d10core_main.c
|
|
|
|
RC_SRCS = version.rc
|