Commit 618d20e
Improve Windows MinGW build for inet_ntop/inet_pton
Add _WIN32_WINNT=0x0600 compile definition for Windows builds to
ensure inet_ntop and inet_pton are declared. These functions require
Windows Vista or later.1 parent df7fc23 commit 618d20e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
| 694 | + | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| 699 | + | |
| 700 | + | |
699 | 701 | | |
700 | 702 | | |
701 | 703 | | |
| |||
0 commit comments