mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
fix building by owc12: GetLongPathName() is available since Win2K only
This commit is contained in:
parent
497c13774d
commit
ee37271a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
#define WIN32 0x0400
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#define _WIN32_WINNT 0x0500
|
||||
|
||||
|
||||
#define STRICT
|
||||
|
|
|
|||
Loading…
Reference in a new issue