From a8c5bf08129374ad0b2593ea125d19ad17c22d63 Mon Sep 17 00:00:00 2001 From: Dabb Date: Fri, 5 Jan 2001 15:25:20 +0000 Subject: [PATCH] Added #define ZERO_ARRAY_LENGTH --- include/win32/bc/config.h | 2 ++ include/win32/mingw/config.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/win32/bc/config.h b/include/win32/bc/config.h index b1e1dbd..fbf3e55 100644 --- a/include/win32/bc/config.h +++ b/include/win32/bc/config.h @@ -273,6 +273,8 @@ /* Define if you have the header file */ #undef HAVE_NETINET_IN_H +#define ZERO_LENGTH_ARRAY + /* Experimental 3DNOW support */ #ifdef HAVE_3DNOW_ASM #define atan _atan diff --git a/include/win32/mingw/config.h b/include/win32/mingw/config.h index 61f507b..74301db 100644 --- a/include/win32/mingw/config.h +++ b/include/win32/mingw/config.h @@ -271,6 +271,8 @@ /* Define if you have the fnmatch proto file. */ #undef HAVE_FNMATCH_PROTO +#define ZERO_LENGTH_ARRAY 0 + /* Experimental 3DNOW support */ #ifdef HAVE_3DNOW_ASM #define atan _atan