wintab: Build with msvcrt.

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

View File

@ -1,4 +1,4 @@
MODULE = wintab.dll16
EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,wintab32.dll
C_SRCS = wintab.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"