Commit 6ed93bf8 authored by Ken Sharp's avatar Ken Sharp Committed by Alexandre Julliard

shell32: Add stub for InitNetworkAddressControl.

parent 449a8286
......@@ -304,6 +304,7 @@
@ stdcall FindExecutableW(wstr wstr ptr)
@ stub FixupOptionalComponents
@ stdcall FreeIconList(long)
@ stdcall InitNetworkAddressControl()
@ stub InternalExtractIconListA
@ stub InternalExtractIconListW
@ stub OCInstall
......
......@@ -1203,3 +1203,12 @@ BOOL WINAPI ExtractVersionResource16W(LPWSTR s, DWORD d)
FIXME("(%s %x) stub!\n", debugstr_w(s), d);
return FALSE;
}
/***********************************************************************
* InitNetworkAddressControl (SHELL32.@)
*/
BOOL WINAPI InitNetworkAddressControl(void)
{
FIXME("stub\n");
return FALSE;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment