wineps16.drv: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
543807a31c
commit
9c955f0ad5
|
@ -1,5 +1,5 @@
|
|||
MODULE = wineps16.drv16
|
||||
IMPORTS = winspool
|
||||
EXTRADLLFLAGS = -m16
|
||||
EXTRADLLFLAGS = -m16 -mno-cygwin
|
||||
|
||||
C_SRCS = driver.c
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue