nginx/src/os/win32/ngx_process.h

9 lines
148 B
C
Raw Normal View History

2002-12-23 14:29:22 +08:00
#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_
#define ngx_getpid GetCurrentProcessId
#endif /* _NGX_PROCESS_H_INCLUDED_ */