Module: wine Branch: master Commit: c06ca29d4f0d3cfd1c150811fab7ce8de704d1ab URL: https://source.winehq.org/git/wine.git/?a=commit;h=c06ca29d4f0d3cfd1c150811f...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 5 08:34:45 2019 +0200
hal: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hal/Makefile.in | 2 ++ dlls/hal/hal.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dlls/hal/Makefile.in b/dlls/hal/Makefile.in index 63211a1..8b28959 100644 --- a/dlls/hal/Makefile.in +++ b/dlls/hal/Makefile.in @@ -2,6 +2,8 @@ MODULE = hal.dll IMPORTLIB = hal IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ hal.c
diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c index 6fe3e29..21ce6e1 100644 --- a/dlls/hal/hal.c +++ b/dlls/hal/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"