ole32: Remove obsolete -D_OLE32_ from Makefile.in.
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3147de2569
commit
54099b8e95
|
@ -2,7 +2,6 @@ MODULE = ole32.dll
|
||||||
IMPORTLIB = ole32
|
IMPORTLIB = ole32
|
||||||
IMPORTS = uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase
|
IMPORTS = uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase
|
||||||
DELAYIMPORTS = oleaut32
|
DELAYIMPORTS = oleaut32
|
||||||
EXTRADEFS = -D_OLE32_
|
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
antimoniker.c \
|
antimoniker.c \
|
||||||
|
|
Loading…
Reference in New Issue