comparison src/os/win32/ngx_process.h @ 36:c14d7232b11f

nginx-0.0.1-2002-12-23-09:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Dec 2002 06:29:22 +0000
parents
children 0ba4821f4460
comparison
equal deleted inserted replaced
35:79c1fce18e71 36:c14d7232b11f
1 #ifndef _NGX_PROCESS_H_INCLUDED_
2 #define _NGX_PROCESS_H_INCLUDED_
3
4
5 #define ngx_getpid GetCurrentProcessId
6
7
8 #endif /* _NGX_PROCESS_H_INCLUDED_ */