From d90282d8ba69973d6612c405e52636085623ddcd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Sep 2004 08:34:51 +0000 Subject: nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files --- src/os/win32/ngx_win32_config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/os/win32/ngx_win32_config.h') diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 6bbe66bcf..7c66dbc70 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -1,3 +1,9 @@ + +/* + * Copyright (C) 2002-2004 Igor Sysoev + */ + + #ifndef _NGX_WIN32_CONFIG_H_INCLUDED_ #define _NGX_WIN32_CONFIG_H_INCLUDED_ @@ -8,8 +14,8 @@ #define WIN32_LEAN_AND_MEAN /* - * we need to include windows.h explicity before winsock2.h because - * the warning 4201 is enabled in windows.h + * we need to include explicity before because + * the warning 4201 is enabled in */ #include -- cgit