Raised MAX_DLLS to 100.

This commit is contained in:
Francois Gouget 2000-09-22 20:47:01 +00:00 committed by Alexandre Julliard
parent 565b00857e
commit a99ce7ef3d

View file

@ -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;