From 7176090a4f53075f9fa6d82462e34fdea0e738c0 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 17 Jun 2019 09:30:43 +0200 Subject: [PATCH] ole2nls: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/ole2nls.dll16/Makefile.in | 2 +- dlls/ole2nls.dll16/ole2nls.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/ole2nls.dll16/Makefile.in b/dlls/ole2nls.dll16/Makefile.in index bea15132151..10478104352 100644 --- a/dlls/ole2nls.dll16/Makefile.in +++ b/dlls/ole2nls.dll16/Makefile.in @@ -1,6 +1,6 @@ MODULE = ole2nls.dll16 -EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll +EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,ole32.dll C_SRCS = ole2nls.c diff --git a/dlls/ole2nls.dll16/ole2nls.c b/dlls/ole2nls.dll16/ole2nls.c index 68db4498ae5..b4b332fefb4 100644 --- a/dlls/ole2nls.dll16/ole2nls.c +++ b/dlls/ole2nls.dll16/ole2nls.c @@ -20,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" - #include #include #include