Commit 0d7cb11f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent c5977924
......@@ -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;
......
......@@ -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;
......
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