[RSYM] Raise function name limit

Required for importing milcore from WPF as it has symbols exceeding 256 characters
This commit is contained in:
Mikhail Tyukin
2026-05-29 19:42:25 -04:00
parent 156d29ae80
commit 678d0e2cda
+1 -1
View File
@@ -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;