diff --git a/dlls/hal/Makefile.in b/dlls/hal/Makefile.in index 63211a18d7d..8b2895996db 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 6fe3e29b48f..21ce6e12c99 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 #include "ntstatus.h"