From ee37271a0f754f9eda44c9563f97b8cd6af402fd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 5 Jul 2010 12:47:35 +0000 Subject: [PATCH] fix building by owc12: GetLongPathName() is available since Win2K only --- src/os/win32/ngx_win32_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 0dcba98cf..f098eae36 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -9,7 +9,7 @@ #define WIN32 0x0400 -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0500 #define STRICT