setupapi/tests: Make devinst_RegDeleteTreeW() static.
This commit is contained in:
parent
234fb77a9c
commit
8c8c0f7146
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue