Module: wine Branch: master Commit: 7176090a4f53075f9fa6d82462e34fdea0e738c0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7176090a4f53075f9fa6d8246...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:30:43 2019 +0200
ole2nls: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 bea1513..1047810 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 68db449..b4b332f 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 <string.h> #include <stdarg.h> #include <stdio.h>