mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Increased debugger include limit to 512.
This commit is contained in:
parent
4ab1558d8a
commit
004dc8228b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user