Skip to content

Commit

Permalink
fix building by owc12: GetLongPathName() is available since Win2K only
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Jul 5, 2010
1 parent 497c137 commit ee37271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/win32/ngx_win32_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


#define WIN32 0x0400
#define _WIN32_WINNT 0x0400
#define _WIN32_WINNT 0x0500


#define STRICT
Expand Down

0 comments on commit ee37271

Please sign in to comment.