sourcemod/tools/gdc-psyfork
InstantMuffin f7f4ea4243 Fixed missing include in psyfork/memoryutils.cpp
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>
2015-03-15 21:42:06 +01:00
..
example-scripts Synced gdc-psyfork (NPOTB). 2013-04-29 20:51:54 -04:00
DOCS Updated gdc-psyfork readme (NPOTB). 2012-07-03 10:33:54 -04:00
GameConfigs.cpp Updated gdc-psyfork with current (NPOTB). 2012-12-01 13:39:34 -05:00
GameConfigs.h Updated gdc-psyfork with latest (NPOTB). 2012-07-03 10:27:27 -04:00
gdc.cpp Fix gdc-psyfork when checking linux offset (NPOTB) 2013-07-18 21:04:03 -04:00
gdc.h Add signature offset byte check support for gdc-psyfork (NPOTB). 2013-07-18 20:34:11 -04:00
Makefile Added "psyfork" of gdc and example scripts to tools/ (NPOTB). 2012-05-27 11:36:49 -04:00
MemoryUtils.cpp Fixed missing include in psyfork/memoryutils.cpp 2015-03-15 21:42:06 +01:00
MemoryUtils.h Updated gdc-psyfork with latest (NPOTB). 2012-07-03 10:27:27 -04:00
sm_symtable.h Added "psyfork" of gdc and example scripts to tools/ (NPOTB). 2012-05-27 11:36:49 -04:00
symbols.txt Merge currently in-use gdc-psyfork symbols.txt. 2015-02-05 14:44:58 -05:00
TextParsers.cpp Added "psyfork" of gdc and example scripts to tools/ (NPOTB). 2012-05-27 11:36:49 -04:00
TextParsers.h Added "psyfork" of gdc and example scripts to tools/ (NPOTB). 2012-05-27 11:36:49 -04:00