aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_process.h
blob: a4d4bbcc7f1602930a3f1fb14bf73450deef5826 (plain)
1
2
3
4
5
6
7
8
#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_


#define ngx_getpid  GetCurrentProcessId


#endif /* _NGX_PROCESS_H_INCLUDED_ */