diff --git a/dlls/npptools/Makefile.in b/dlls/npptools/Makefile.in index a9bbd3544fe..64ff9691aa6 100644 --- a/dlls/npptools/Makefile.in +++ b/dlls/npptools/Makefile.in @@ -1,4 +1,6 @@ MODULE = npptools.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/npptools/main.c b/dlls/npptools/main.c index a72f634e02b..ad2b8931556 100644 --- a/dlls/npptools/main.c +++ b/dlls/npptools/main.c @@ -16,7 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" #include