Skip to content

Commit e952447

Browse files
author
Ivan Zhakov
committed
Merged r1933835 from apr/apr/trunk:
Fix typo in the name of the delay-loaded DLL "Iphlpapi.dll". Due to this typo, the functions if_indextoname and if_nametoindex were never called on Windows. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1933836 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3026cb3 commit e952447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/win32/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static win32_late_dll_t late_dll[DLL_defined] = {
173173
{"ws2_32", INVALID_HANDLE_VALUE},
174174
{"shell32", INVALID_HANDLE_VALUE},
175175
{"ntdll.dll", INVALID_HANDLE_VALUE},
176-
{"Iphplapi", INVALID_HANDLE_VALUE}
176+
{"Iphlpapi", INVALID_HANDLE_VALUE}
177177
};
178178

179179
FARPROC apr_load_dll_func(apr_dlltoken_e fnLib, char* fnName, int ordinal)

0 commit comments

Comments
 (0)