Drew Ronneberg : setupapi: Remove obsolete -D_SETUPAPI_ from Makefile.in.
Module: wine Branch: master Commit: 0fc84a6d947cffe239b83ffd6d559d6955942781 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0fc84a6d947cffe239b83ffd6... Author: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Date: Fri Apr 29 06:09:08 2022 -0400 setupapi: Remove obsolete -D_SETUPAPI_ from Makefile.in. Signed-off-by: Drew Ronneberg <drew_ronneberg(a)yahoo.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/setupapi/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/setupapi/Makefile.in b/dlls/setupapi/Makefile.in index d1b647cd5e5..6b04a3f71ab 100644 --- a/dlls/setupapi/Makefile.in +++ b/dlls/setupapi/Makefile.in @@ -1,4 +1,3 @@ -EXTRADEFS = -D_SETUPAPI_ MODULE = setupapi.dll IMPORTLIB = setupapi IMPORTS = uuid version advapi32 rpcrt4 kernelbase
participants (1)
-
Alexandre Julliard