Commit a447c9a
committed
Fix breakage on _WIN32_WINNT>=0x0600 due to if_indextoname,
it is wrapped in a very odd way on Windows, both the includes
and required libraries. Using a pragma to create a link time
resolution for the required lib is simplest.
Submitted by: jeking3
1fb97b8
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1839494 13f79535-47bb-0310-9956-ffa450edef681 parent b6747d9 commit a447c9a
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments