wineps16.drv: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 09:06:03 +02:00
parent 543807a31c
commit 9c955f0ad5
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,5 @@
MODULE = wineps16.drv16
IMPORTS = winspool
EXTRADLLFLAGS = -m16
EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = driver.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"