projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
234fb77
)
setupapi/tests: Make devinst_RegDeleteTreeW() static.
author
Francois Gouget
<fgouget@free.fr>
Sat, 13 Dec 2008 11:05:24 +0000
(12:05 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 15 Dec 2008 11:25:25 +0000
(12:25 +0100)
dlls/setupapi/tests/devinst.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/setupapi/tests/devinst.c
b/dlls/setupapi/tests/devinst.c
index
ada6027
..
78b2ca3
100644
(file)
--- 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;