Alexandre Julliard : mmdevldr.vxd: Build with msvcrt.
11 Jun
2019
11 Jun
'19
9:54 p.m.
Module: wine Branch: master Commit: 4f91b614562a66be8cda78c026da2a6e17a4e4ca URL: https://source.winehq.org/git/wine.git/?a=commit;h=4f91b614562a66be8cda78c02... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 11 08:28:21 2019 +0200 mmdevldr.vxd: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mmdevldr.vxd/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/mmdevldr.vxd/Makefile.in b/dlls/mmdevldr.vxd/Makefile.in index 096ae7c..3885733 100644 --- a/dlls/mmdevldr.vxd/Makefile.in +++ b/dlls/mmdevldr.vxd/Makefile.in @@ -1,4 +1,6 @@ MODULE = mmdevldr.vxd +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ mmdevldr.c
2473
Age (days ago)
2473
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard