Commit c06ca29d authored by Alexandre Julliard's avatar Alexandre Julliard

hal: Build with msvcrt.

parent 38bddcbe
......@@ -2,6 +2,8 @@ MODULE = hal.dll
IMPORTLIB = hal
IMPORTS = ntoskrnl
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
hal.c
......
......@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "ntstatus.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