mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[RSYM] Raise function name limit
Required for importing milcore from WPF as it has symbols exceeding 256 characters
This commit is contained in:
@@ -377,7 +377,7 @@ ConvertCoffs(ULONG *SymbolsCount, PROSSYM_ENTRY *SymbolsBase,
|
||||
{
|
||||
ULONG Count, i;
|
||||
PCOFF_SYMENT CoffEntry;
|
||||
char FuncName[256], FileName[1024];
|
||||
char FuncName[512], FileName[1024];
|
||||
char *p;
|
||||
PROSSYM_ENTRY Current;
|
||||
struct StringHashTable StringHash;
|
||||
|
||||
Reference in New Issue
Block a user