winscard: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-27 09:07:03 +02:00
parent e46823ae5d
commit 722139b05d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
MODULE = winscard.dll
IMPORTLIB = winscard
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
winscard.c

View File

@ -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"
#include "winbase.h"