first comit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#ifdef _WIN32
|
||||
#include <process.h>
|
||||
#define getpid _getpid
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user