diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-26 00:34:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-26 00:34:37 +0000 |
commit | 9cc98648fdc5a0dbb0e7d0f8adf385ec86c8400c (patch) | |
tree | c23bf2ea4505428055e73da85f6069c4b28641f4 /glob/glob.h | |
parent | d3c192e4a6d37c48f9015ef7e93202e60943f9f5 (diff) | |
download | gunmake-9cc98648fdc5a0dbb0e7d0f8adf385ec86c8400c.tar.gz |
Updated from libc
Diffstat (limited to 'glob/glob.h')
-rw-r--r-- | glob/glob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h index ba24d89..571bd5e 100644 --- a/glob/glob.h +++ b/glob/glob.h @@ -25,7 +25,8 @@ extern "C" #endif #undef __ptr_t -#if defined (__cplusplus) || (defined (__STDC__) && __STDC__) +#if (defined (__cplusplus) || (defined (__STDC__) && __STDC__) \ + || defined (WIN32)) #undef __P #define __P(protos) protos #define __ptr_t void * |