Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strdup not available in MSVC compiler
- Added define to avoid the following warning, treated as an error by the nginx build system: warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
- Loading branch information