define getpid on windows

This commit is contained in:
HanzZ 2012-03-20 22:45:41 +01:00
parent 9c7d577b0e
commit e910508a9c

View file

@ -43,6 +43,8 @@
#include "libgen.h"
#else
#include <windows.h>
#include <process.h>
#define getpid _getpid
#endif
using namespace boost::filesystem;