summaryrefslogtreecommitdiff
path: root/src/vpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpath.c')
-rw-r--r--src/vpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpath.c b/src/vpath.c
index 0b9cd3d2..9bfd9420 100644
--- a/src/vpath.c
+++ b/src/vpath.c
@@ -17,7 +17,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include "makeint.h"
#include "filedef.h"
#include "variable.h"
-#ifdef WINDOWS32
+#if MK_OS_W32
#include "pathstuff.h"
#endif
@@ -185,7 +185,7 @@ construct_vpath_list (char *pattern, char *dirpath)
return;
}
-#ifdef WINDOWS32
+#if MK_OS_W32
convert_vpath_to_windows32 (dirpath, ';');
#endif