summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2019-03-19 20:17:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2019-03-19 20:17:23 +0000
commitd3efe278826676bf5703553bf9812563c6552a8c (patch)
tree2b7316f3b324e1e57b57edb17a99ecc0fa51e53b /include/arch
parent4a72cb21e0b19ca87b003e0dcb9168b3a62ae4b3 (diff)
downloadapr-d3efe278826676bf5703553bf9812563c6552a8c.tar.gz
Small corrections to if_indextoname resolution on win32, compiles clean
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1855864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/win32/apr_arch_misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/win32/apr_arch_misc.h b/include/arch/win32/apr_arch_misc.h
index bf647e729..5e87b6bb4 100644
--- a/include/arch/win32/apr_arch_misc.h
+++ b/include/arch/win32/apr_arch_misc.h
@@ -398,7 +398,7 @@ APR_DECLARE_LATE_DLL_FUNC(DLL_IPHLPAPI, NET_IFINDEX, WINAPI, if_nametoindex, 0,
#undef if_indextoname
#endif
APR_DECLARE_LATE_DLL_FUNC(DLL_IPHLPAPI, PCHAR, NETIOAPI_API_, if_indextoname, 0, (
- NET_IFINDEX InterfaceIndex
+ NET_IFINDEX InterfaceIndex,
PCHAR InterfaceName),
(InterfaceIndex, InterfaceName));
#define if_indextoname apr_winapi_if_indextoname