[PATCH] ole32: Remove obsolete -D_OLE32_ from Makefile.in

Drew Ronneberg drew_ronneberg at yahoo.com
Thu May 12 16:57:43 CDT 2022


_OLE32_ is no longer used in the Wine source code.

Signed-off-by: Drew Ronneberg <drew_ronneberg at 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




More information about the wine-devel mailing list