summaryrefslogtreecommitdiff
path: root/implicit.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-02 00:31:21 +0000
committerPaul Smith <psmith@gnu.org>1999-09-02 00:31:21 +0000
commit10fee1c03c9dcf887314c04612224aeadcba6dd7 (patch)
tree47fa3887e014eb0021383dca9d7fb75764d43e95 /implicit.c
parent82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 (diff)
downloadgunmake-10fee1c03c9dcf887314c04612224aeadcba6dd7.tar.gz
* A few W32 fixes for backslash support.
Diffstat (limited to 'implicit.c')
-rw-r--r--implicit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/implicit.c b/implicit.c
index b16ad6e..5ff7e18 100644
--- a/implicit.c
+++ b/implicit.c
@@ -168,7 +168,7 @@ pattern_search (file, archive, depth, recursions)
lastslash = rindex (filename, ']');
#else
lastslash = rindex (filename, '/');
-#ifdef __MSDOS__
+#if defined(__MSDOS__) || defined(WINDOWS32)
/* Handle backslashes (possibly mixed with forward slashes)
and the case of "d:file". */
{