[PATCH] Add InitNetworkAddressControl stub.

Ken Sharp kennybobs at o2.co.uk
Mon Jun 1 02:51:50 CDT 2009


---
 dlls/shell32/shell32.spec   |    1 +
 dlls/shell32/shell32_main.c |    9 +++++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 9c4e1ed..493f9bc 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -304,6 +304,7 @@
 @ stdcall FindExecutableW(wstr wstr ptr)
 @ stub FixupOptionalComponents
 @ stdcall FreeIconList(long)
+@ stdcall InitNetworkAddressControl()
 @ stub InternalExtractIconListA
 @ stub InternalExtractIconListW
 @ stub OCInstall
diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c
index 6a4848f..41c2d59 100644
--- a/dlls/shell32/shell32_main.c
+++ b/dlls/shell32/shell32_main.c
@@ -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;
+}
-- 
1.5.6.3


--------------080706060505060901080105--



More information about the wine-patches mailing list