msasn1: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-12 09:38:36 +02:00
parent a75177c302
commit c63bcbbc49
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
MODULE = msasn1.dll
IMPORTLIB = msasn1
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View file

@ -17,7 +17,6 @@
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"