cards: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-28 07:39:17 +02:00
parent 5dcfc55fbe
commit 9a16c7b547
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@ MODULE = cards.dll
IMPORTLIB = cards
IMPORTS = user32 gdi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
cards.c

View File

@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"