diff options
Diffstat (limited to 'src/os/win32/ngx_service.c')
-rw-r--r-- | src/os/win32/ngx_service.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/os/win32/ngx_service.c b/src/os/win32/ngx_service.c index 64a54ee63..d9c9ad587 100644 --- a/src/os/win32/ngx_service.c +++ b/src/os/win32/ngx_service.c @@ -1,4 +1,10 @@ +/* + * Copyright (C) 2002-2004 Igor Sysoev + */ + + + #define NGX_SERVICE_CONTROL_SHUTDOWN 128 #define NGX_SERVICE_CONTROL_REOPEN 129 |