1
0
forked from 0ad/0ad

Windows build fix

This was SVN commit r7881.
This commit is contained in:
Ykkrosh 2010-08-08 20:11:57 +00:00
parent e64d115d7c
commit a42f14d168

View File

@ -27,6 +27,11 @@
#include "simulation2/Simulation2.h"
#include "simulation2/helpers/SimulationCommand.h"
#if MSC_VERSION
#include <process.h>
#define getpid _getpid // use the non-deprecated function name
#endif
static std::string Hexify(const std::string& s)
{
std::stringstream str;