view 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
line wrap: on
line source

#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_


#define ngx_getpid  GetCurrentProcessId


#endif /* _NGX_PROCESS_H_INCLUDED_ */