Commit fffc91d
committed
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. Ins
tead, use the ISO C++ conformant name: _strdup. See online help for details.1 parent 4fc47e3 commit fffc91d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments