Now also compiles in Linux
git-svn-id: http://mc-server.googlecode.com/svn/trunk@184 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
f384f80195
commit
1b13cc9e43
@ -23,6 +23,7 @@
|
|||||||
#include <psapi.h>
|
#include <psapi.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
#define sprintf_s(dst, size, format, ...) sprintf(dst, format, __VA_ARGS__ )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern std::vector<std::string> StringSplit(std::string str, std::string delim);
|
extern std::vector<std::string> StringSplit(std::string str, std::string delim);
|
||||||
|
Loading…
Reference in New Issue
Block a user