Commit 22ad2d22 authored by Peter Hunnisett's avatar Peter Hunnisett Committed by Alexandre Julliard

Avoid assert for very large C++ .so files.

parent 063b077d
......@@ -105,7 +105,7 @@ typedef struct {
int nrofentries;
} include_def;
#define MAX_INCLUDES 512
#define MAX_INCLUDES 5120
static include_def* include_defs = NULL;
static int num_include_def = 0;
......
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