ole2nls: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-17 09:30:43 +02:00
parent 24533530c1
commit 7176090a4f
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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>