[PATCH] ole32: Remove obsolete -D_OLE32_ from Makefile.in
12 May
2022
12 May
'22
9:57 p.m.
_OLE32_ is no longer used in the Wine source code. Signed-off-by: Drew Ronneberg <drew_ronneberg(a)yahoo.com> --- --- 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 \ -- 2.25.1
1315
Age (days ago)
1316
Last active (days ago)
1 comments
2 participants
participants (2)
-
Drew Ronneberg -
Huw Davies