From 9cc98648fdc5a0dbb0e7d0f8adf385ec86c8400c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 26 Jul 1996 00:34:37 +0000 Subject: Updated from libc --- glob/fnmatch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'glob/fnmatch.h') 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. */ -- cgit v1.2.3