diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-07-05 12:47:35 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-05 12:47:35 +0000 |
commit | ee37271a0f754f9eda44c9563f97b8cd6af402fd (patch) | |
tree | ad7bca30983696e9e4d48c00781afae408ef53e9 /src | |
parent | 497c13774d14204023b745a3deaa13a5fbcd2bf2 (diff) | |
download | nginx-ee37271a0f754f9eda44c9563f97b8cd6af402fd.tar.gz nginx-ee37271a0f754f9eda44c9563f97b8cd6af402fd.zip |
fix building by owc12: GetLongPathName() is available since Win2K only
Diffstat (limited to 'src')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |