Module: wine Branch: master Commit: 1b9706ef9b7254837d53b7e93c85d115fb186c28 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1b9706ef9b7254837d53b7e93...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 10 10:57:44 2019 +0200
mapistub: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mapistub/Makefile.in | 2 ++ dlls/mapistub/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/mapistub/Makefile.in b/dlls/mapistub/Makefile.in index 93671ae..63e06a4 100644 --- a/dlls/mapistub/Makefile.in +++ b/dlls/mapistub/Makefile.in @@ -1,4 +1,6 @@ MODULE = mapistub.dll
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/mapistub/main.c b/dlls/mapistub/main.c index 51ff43b..d1d8117 100644 --- a/dlls/mapistub/main.c +++ b/dlls/mapistub/main.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h>
#include "windef.h"