diff --git a/dlls/mapistub/Makefile.in b/dlls/mapistub/Makefile.in index 93671aedac5..63e06a4984a 100644 --- a/dlls/mapistub/Makefile.in +++ b/dlls/mapistub/Makefile.in @@ -1,4 +1,6 @@ MODULE = mapistub.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/mapistub/main.c b/dlls/mapistub/main.c index 51ff43b9f7c..d1d81170f06 100644 --- a/dlls/mapistub/main.c +++ b/dlls/mapistub/main.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" #include #include "windef.h"