comparison src/os/win32/ngx_win32_config.h @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents d620f497c50f
children a48031f7a69c
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
18 18
19 /* enable getenv() and gmtime() in msvc8 */ 19 /* enable getenv() and gmtime() in msvc8 */
20 #define _CRT_SECURE_NO_WARNINGS 20 #define _CRT_SECURE_NO_WARNINGS
21 21
22 /* 22 /*
23 * we need to include <windows.h> explicity before <winsock2.h> because 23 * we need to include <windows.h> explicitly before <winsock2.h> because
24 * the warning 4201 is enabled in <windows.h> 24 * the warning 4201 is enabled in <windows.h>
25 */ 25 */
26 #include <windows.h> 26 #include <windows.h>
27 27
28 #ifdef _MSC_VER 28 #ifdef _MSC_VER