From 2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 29 Sep 2011 03:14:37 +0200 Subject: Initial port to Npth. --- common/exechelp-w32.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/exechelp-w32.c') diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c index a8fbd1587..a25a724a8 100644 --- a/common/exechelp-w32.c +++ b/common/exechelp-w32.c @@ -35,13 +35,13 @@ #include #include -#ifdef WITHOUT_GNU_PTH /* Give the Makefile a chance to build without Pth. */ -#undef HAVE_PTH -#undef USE_GNU_PTH +#ifdef WITHOUT_NPTH /* Give the Makefile a chance to build without Pth. */ +#undef HAVE_NPTH +#undef USE_NPTH #endif -#ifdef USE_GNU_PTH -#include +#ifdef USE_NPTH +#include #endif #ifdef HAVE_STAT -- cgit v1.2.3