Commit 004dc822 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Increased debugger include limit to 512.

parent 4ab1558d
......@@ -102,7 +102,7 @@ typedef struct {
int nrofentries;
} include_def;
#define MAX_INCLUDES 256
#define MAX_INCLUDES 512
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