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

Alexandre Julliard julliard at winehq.org
Mon Dec 15 08:27:05 CST 2008


Module: wine
Branch: master
Commit: 0d7cb11fdfa88a0d0ffa3e29d37a7716b2acbaf8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0d7cb11fdfa88a0d0ffa3e29d37a7716b2acbaf8

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 13 12:05:56 2008 +0100

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

---

 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;




More information about the wine-cvs mailing list