From a5fd6f6d29d3d56edb87c53a6bb432b9f830f74a Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Sat, 2 Jan 2010 20:19:08 +0000 Subject: Changed MSW to _WIN32 svn path=/trunk/externals/mrpeach/; revision=12872 --- which/which.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'which') diff --git a/which/which.c b/which/which.c index bcee712..2714836 100644 --- a/which/which.c +++ b/which/which.c @@ -5,7 +5,7 @@ #include #include #include /* for strncpy strncat */ -#ifdef MSW +#ifdef _WIN32 #include #include #include @@ -52,7 +52,7 @@ static char sys_dllextent[] = ".d_fat", sys_dllextent2[] = ".pd_darwin"; static char sys_dllextent[] = ".d_ppc", sys_dllextent2[] = ".pd_darwin"; #endif #endif -#ifdef MSW +#ifdef _WIN32 static char sys_dllextent[] = ".m_i386", sys_dllextent2[] = ".dll"; #endif -- cgit v1.2.1