Module: wine Branch: master Commit: eb018308ab3f77957333a12afa709b09d36e5105 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb018308ab3f77957333a12af...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 18 09:06:49 2019 +0200
pstorec: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/pstorec/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/pstorec/Makefile.in b/dlls/pstorec/Makefile.in index d09f82c..f8009e2 100644 --- a/dlls/pstorec/Makefile.in +++ b/dlls/pstorec/Makefile.in @@ -1,6 +1,8 @@ MODULE = pstorec.dll IMPORTS = uuid
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ pstorec.c