[PATCH] netapi32: Remove obsolete -D_SVRAPI_ from Makefile.in

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


_SVRAPI_ is no longer used in the Wine source code.

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

diff --git a/dlls/netapi32/Makefile.in b/dlls/netapi32/Makefile.in
index 1f97d9797b9..cb0ea5168b5 100644
--- a/dlls/netapi32/Makefile.in
+++ b/dlls/netapi32/Makefile.in
@@ -1,4 +1,3 @@
-EXTRADEFS = -D_SVRAPI_
 MODULE    = netapi32.dll
 UNIXLIB   = netapi32.so
 IMPORTLIB = netapi32
-- 
2.25.1




More information about the wine-devel mailing list