setupapi/tests: Make devinst_RegDeleteTreeW() static.

This commit is contained in:
Francois Gouget 2008-12-13 12:05:24 +01:00 committed by Alexandre Julliard
parent 234fb77a9c
commit 8c8c0f7146
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static BOOL remove_device(void)
}
/* RegDeleteTreeW from dlls/advapi32/registry.c */
LSTATUS WINAPI devinst_RegDeleteTreeW(HKEY hKey, LPCWSTR lpszSubKey)
static LSTATUS devinst_RegDeleteTreeW(HKEY hKey, LPCWSTR lpszSubKey)
{
LONG ret;
DWORD dwMaxSubkeyLen, dwMaxValueLen;