summaryrefslogtreecommitdiff
path: root/glob/fnmatch.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-26 00:34:37 +0000
committerRoland McGrath <roland@redhat.com>1996-07-26 00:34:37 +0000
commit9cc98648fdc5a0dbb0e7d0f8adf385ec86c8400c (patch)
treec23bf2ea4505428055e73da85f6069c4b28641f4 /glob/fnmatch.h
parentd3c192e4a6d37c48f9015ef7e93202e60943f9f5 (diff)
downloadgunmake-9cc98648fdc5a0dbb0e7d0f8adf385ec86c8400c.tar.gz
Updated from libc
Diffstat (limited to 'glob/fnmatch.h')
-rw-r--r--glob/fnmatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glob/fnmatch.h b/glob/fnmatch.h
index d9d73b3..9a0036e 100644
--- a/glob/fnmatch.h
+++ b/glob/fnmatch.h
@@ -23,7 +23,8 @@ Cambridge, MA 02139, USA. */
extern "C" {
#endif
-#if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
+#if (defined (__cplusplus) || (defined (__STDC__) && __STDC__) \
+ || defined (WIN32))
#undef __P
#define __P(protos) protos
#else /* Not C++ or ANSI C. */