Commit a99ce7ef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Raised MAX_DLLS to 100.

parent 565b0085
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment