Drew Ronneberg : ole32: Remove obsolete -D_OLE32_ from Makefile.in.
Module: wine Branch: master Commit: 54099b8e95c50bb93085512ce1d599c1582b98d2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=54099b8e95c50bb93085512ce... Author: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Date: Thu May 12 17:57:43 2022 -0400 ole32: Remove obsolete -D_OLE32_ from Makefile.in. Signed-off-by: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in index 340ffdbded2..b87ec9fc975 100644 --- a/dlls/ole32/Makefile.in +++ b/dlls/ole32/Makefile.in @@ -2,7 +2,6 @@ MODULE = ole32.dll IMPORTLIB = ole32 IMPORTS = uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase DELAYIMPORTS = oleaut32 -EXTRADEFS = -D_OLE32_ C_SRCS = \ antimoniker.c \
participants (1)
-
Alexandre Julliard