_OLEAUT32_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@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 \