Commit 8c8c0f71 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

setupapi/tests: Make devinst_RegDeleteTreeW() static.

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