blob: 0fa345d0a92c46f3f3a5af6dc592348c1e465d89 [file] [log] [blame] [raw]
#include <process.h>
#include <windows.h>
pid_t getpid()
{
return GetCurrentProcessId();
}