msi/tests: Make enum_stream_names() and package_RegDeleteTreeW() static.

Francois Gouget fgouget at free.fr
Sat Dec 13 05:05:56 CST 2008


---
 dlls/msi/tests/db.c      |    2 +-
 dlls/msi/tests/package.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 6f92a21..475b10b 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -4694,7 +4694,7 @@ static const struct {
     {_StringPool, data14, sizeof data14},
 };
 
-void enum_stream_names(IStorage *stg)
+static void enum_stream_names(IStorage *stg)
 {
     IEnumSTATSTG *stgenum = NULL;
     IStream *stm;
diff --git a/dlls/msi/tests/package.c b/dlls/msi/tests/package.c
index e3565ef..5ad1d38 100644
--- a/dlls/msi/tests/package.c
+++ b/dlls/msi/tests/package.c
@@ -54,7 +54,7 @@ static void get_user_sid(LPSTR *usersid)
 }
 
 /* RegDeleteTreeW from dlls/advapi32/registry.c */
-LSTATUS WINAPI package_RegDeleteTreeW(HKEY hKey, LPCWSTR lpszSubKey)
+static LSTATUS package_RegDeleteTreeW(HKEY hKey, LPCWSTR lpszSubKey)
 {
     LONG ret;
     DWORD dwMaxSubkeyLen, dwMaxValueLen;
-- 
1.5.6.5




More information about the wine-patches mailing list