[PATCH] oleaut32: Remove obsolete -D_OLEAUT32_ from Makefile.in

Drew Ronneberg drew_ronneberg at yahoo.com
Sun May 1 04:59:08 CDT 2022


_OLEAUT32_ is no longer used in the Wine source code.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
---
 dlls/oleaut32/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in
index a7dea7a37c7..3e760b8d835 100644
--- a/dlls/oleaut32/Makefile.in
+++ b/dlls/oleaut32/Makefile.in
@@ -2,7 +2,6 @@ MODULE    = oleaut32.dll
 IMPORTLIB = oleaut32
 IMPORTS   = uuid ole32 rpcrt4 user32 gdi32 advapi32
 DELAYIMPORTS = comctl32 urlmon windowscodecs
-EXTRADEFS = -D_OLEAUT32_
 
 C_SRCS = \
 	connpt.c \
-- 
2.25.1




More information about the wine-devel mailing list