From a99ce7ef3dd2d027a960a1ff3b82081a08e7035b Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 22 Sep 2000 20:47:01 +0000 Subject: [PATCH] Raised MAX_DLLS to 100. --- relay32/builtin32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay32/builtin32.c b/relay32/builtin32.c index d2c265e3c2..756b5f5cc6 100644 --- a/relay32/builtin32.c +++ b/relay32/builtin32.c @@ -41,7 +41,7 @@ typedef struct IMAGE_RESOURCE_DATA_ENTRY *entries; } BUILTIN32_RESOURCE; -#define MAX_DLLS 60 +#define MAX_DLLS 100 static const BUILTIN32_DESCRIPTOR *builtin_dlls[MAX_DLLS]; static int nb_dlls; -- 2.32.0.93.g670b81a890