comparison src/os/win32/ngx_errno.c @ 441:da8c5707af39

nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Sep 2004 08:34:51 +0000
parents c1f3a3c7c5db
children 42d11f017717
comparison
equal deleted inserted replaced
440:f390d1775430 441:da8c5707af39
1 1
2 /* 2 /*
3 TODO: 3 * Copyright (C) 2002-2004 Igor Sysoev
4 add WSA error messages for NT and 98 4 */
5 test for English only messages 5
6 */ 6
7 /*
8 * TODO:
9 * add WSA error messages for NT and 98
10 * test for English only messages
11 */
7 12
8 #include <ngx_config.h> 13 #include <ngx_config.h>
9 #include <ngx_core.h> 14 #include <ngx_core.h>
10 15
11 16