nginx/src/os/win32/ngx_process.c

10 lines
141 B
C
Raw Normal View History

2004-03-04 15:04:55 +08:00
#include <ngx_config.h>
#include <ngx_core.h>
2004-03-05 16:34:24 +08:00
ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)
2004-03-04 15:04:55 +08:00
{
return /* STUB */ 0;
}