Module: wine Branch: master Commit: bc27abc14c49957652d6629cac28d7b68f6ac527 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc27abc14c49957652d6629ca...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 28 07:35:45 2019 +0200
authz: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/authz/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/authz/Makefile.in b/dlls/authz/Makefile.in index 129e2a3..91a0704 100644 --- a/dlls/authz/Makefile.in +++ b/dlls/authz/Makefile.in @@ -1,4 +1,6 @@ MODULE = authz.dll
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ authz.c