Module: wine Branch: master Commit: 8c8c0f71460fe79724188434524a911bcd5ca723 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c8c0f71460fe7972418843452...
Author: Francois Gouget fgouget@free.fr Date: Sat Dec 13 12:05:24 2008 +0100
setupapi/tests: Make devinst_RegDeleteTreeW() static.
---
dlls/setupapi/tests/devinst.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index ada6027..78b2ca3 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -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;