mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix building by owc12: GetLongPathName() is available since Win2K only
This commit is contained in:
parent
497c13774d
commit
ee37271a0f
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
#define WIN32 0x0400
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#define _WIN32_WINNT 0x0500
|
||||
|
||||
|
||||
#define STRICT
|
||||
|
Loading…
Reference in New Issue
Block a user