(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations

This commit is contained in:
rubidium
2009-09-07 12:14:45 +00:00
parent 46e5625278
commit d916400521
6 changed files with 199 additions and 50 deletions

View File

@@ -15,6 +15,7 @@
#include "../../textbuf_gui.h"
#include "../../functions.h"
#include "../../core/random_func.hpp"
#include "../../crashlog.h"
#include "table/strings.h"
@@ -254,6 +255,7 @@ int CDECL main(int argc, char *argv[])
argc = 1;
}
#endif
CrashLog::InitialiseCrashLog();
SetRandomSeed(time(NULL));