setupapi/tests: Make devinst_RegDeleteTreeW() static.
authorFrancois Gouget <fgouget@free.fr>
Sat, 13 Dec 2008 11:05:24 +0000 (12:05 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Dec 2008 11:25:25 +0000 (12:25 +0100)
dlls/setupapi/tests/devinst.c

index ada6027..78b2ca3 100644 (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;