Skip to content
Snippets Groups Projects
Commit 004dc822 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard
Browse files

Increased debugger include limit to 512.

parent 4ab1558d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment