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