f7f4ea4243
Error: MemoryUtils.cpp: In member function ‘void* MemoryUtils::ResolveSymbol(void*, const char*)’: MemoryUtils.cpp:249:43: error: ‘fstat’ was not declared in this scope if (dlfile == -1 || fstat(dlfile, &dlstat) == -1) Fixed by adding missing include: #include <sys/stat.h> |
||
---|---|---|
.. | ||
example-scripts | ||
DOCS | ||
GameConfigs.cpp | ||
GameConfigs.h | ||
gdc.cpp | ||
gdc.h | ||
Makefile | ||
MemoryUtils.cpp | ||
MemoryUtils.h | ||
sm_symtable.h | ||
symbols.txt | ||
TextParsers.cpp | ||
TextParsers.h |