mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Windows build fixes.
Remove unused function. This was SVN commit r7557.
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
#if MSC_VERSION
|
||||
#include <process.h>
|
||||
#define getpid _getpid // use the non-deprecated function name
|
||||
#endif
|
||||
|
||||
class CSimulation2Impl
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user