hal: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-05 08:34:45 +02:00
parent 38bddcbebc
commit c06ca29d4f
2 changed files with 2 additions and 3 deletions

View file

@ -2,6 +2,8 @@ MODULE = hal.dll
IMPORTLIB = hal
IMPORTS = ntoskrnl
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
hal.c

View file

@ -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"