commit | ee37271a0f754f9eda44c9563f97b8cd6af402fd | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jul 05 12:47:35 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jul 05 12:47:35 2010 +0000 |
tree | ad7bca30983696e9e4d48c00781afae408ef53e9 | |
parent | 497c13774d14204023b745a3deaa13a5fbcd2bf2 [diff] |
fix building by owc12: GetLongPathName() is available since Win2K only
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 0dcba98..f098eae 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