Module: wine Branch: master Commit: 75f6f22d5b1f7e9c40595c2fa35131c8f3e636c5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=75f6f22d5b1f7e9c40595c2fa...
Author: Drew Ronneberg drew_ronneberg@yahoo.com Date: Sun May 1 05:59:08 2022 -0400
oleaut32: Remove obsolete -D_OLEAUT32_ from Makefile.in.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 \