Changes to enable cross-compilation on linux of both windows and linux binaries

This commit is contained in:
Ubuntu
2014-07-24 14:25:50 +02:00
parent 4c7b8cb447
commit dc2dbbf716
8 changed files with 19814 additions and 151835 deletions

View File

@@ -9,9 +9,9 @@
#include <stdarg.h>
#ifndef WIN32
#include <sys/types.h>
#include <sys/time.h>
#ifndef WIN32
#include <sys/resource.h>
#endif
#include <map>