@ -12,9 +12,10 @@
#ifdef WIN32
#include <process.h>
// TODO: once this works, move this to pEpEngine platform_windows.h and file a PR
#ifndef getpid
#ifdef getpid
#define getpid() _getpid()
#undef getpid
#endif
#else
#include <unistd.h>