Drew Ronneberg : rpcrt4: Remove obsolete -D_RPCRT4_ from Makefile.in.

Alexandre Julliard julliard at winehq.org
Mon May 2 16:02:09 CDT 2022


Module: wine
Branch: master
Commit: a1f8a75aa434d1bedc2024174161c174977086b0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a1f8a75aa434d1bedc2024174161c174977086b0

Author: Drew Ronneberg <drew_ronneberg at yahoo.com>
Date:   Sun May  1 05:59:09 2022 -0400

rpcrt4: Remove obsolete -D_RPCRT4_ from Makefile.in.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/rpcrt4/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in
index 2aa2a5376aa..822e6ded35d 100644
--- a/dlls/rpcrt4/Makefile.in
+++ b/dlls/rpcrt4/Makefile.in
@@ -1,4 +1,4 @@
-EXTRADEFS = -D_RPCRT4_ -DMSWMSG
+EXTRADEFS = -DMSWMSG
 MODULE    = rpcrt4.dll
 IMPORTLIB = rpcrt4
 IMPORTS   = uuid advapi32




More information about the wine-cvs mailing list