Drew Ronneberg : netapi32: Remove obsolete -D_SVRAPI_ from Makefile.in.
Module: wine Branch: master Commit: cacf4d1a55ad657eb05dd55661da048e789fb3cd URL: https://source.winehq.org/git/wine.git/?a=commit;h=cacf4d1a55ad657eb05dd5566... Author: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Date: Sun May 1 05:59:07 2022 -0400 netapi32: Remove obsolete -D_SVRAPI_ from Makefile.in. Signed-off-by: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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
participants (1)
-
Alexandre Julliard