Module: wine Branch: master Commit: 2cad63d7ce4653f088fce6023491186aa8cc7d35 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2cad63d7ce4653f088fce6023...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:25:59 2019 +0200
npptools: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/npptools/Makefile.in | 2 ++ dlls/npptools/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/npptools/Makefile.in b/dlls/npptools/Makefile.in index a9bbd35..64ff969 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 a72f634..ad2b893 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 <stdarg.h>