Commit b7b22330 authored by Alexandre Julliard's avatar Alexandre Julliard

w32sys: Build with msvcrt.

parent b2c15989
MODULE = w32sys.dll16
EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,w32skrnl.dll
C_SRCS = w32sys.c
......@@ -19,13 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include "windef.h"
#include "winbase.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