mirror of
https://github.com/sfall-team/sslc.git
synced 2026-07-27 16:52:49 -07:00
12 lines
109 B
C
12 lines
109 B
C
#ifdef _WIN32
|
|
|
|
#include <windows.h>
|
|
|
|
#else
|
|
|
|
|
|
#define GetCurrentProcessId() ((unsigned int)getpid())
|
|
|
|
|
|
|
|
#endif |