Commit 9c955f0a authored by Alexandre Julliard's avatar Alexandre Julliard

wineps16.drv: Build with msvcrt.

parent 543807a3
MODULE = wineps16.drv16 MODULE = wineps16.drv16
IMPORTS = winspool IMPORTS = winspool
EXTRADLLFLAGS = -m16 EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = driver.c C_SRCS = driver.c
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment