twain_32: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-24 10:12:08 +02:00
parent 6b30142f82
commit 04eb97f9ca
4 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,8 @@
MODULE = twain_32.dll
IMPORTS = user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
dsm_ctrl.c \
twain32_main.c

View File

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

View File

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

View File

@ -20,10 +20,6 @@
#ifndef _TWAIN32_H
#define _TWAIN32_H
#ifndef __WINE_CONFIG_H
# error You must include config.h first
#endif
#include <stdarg.h>
#include "windef.h"