Commit 1efcf376 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

setupapi: Declare some functions static.

parent 3c43ca5d
...@@ -280,7 +280,7 @@ static LDD_LIST *pFirstLDD = NULL; ...@@ -280,7 +280,7 @@ static LDD_LIST *pFirstLDD = NULL;
static BOOL std_LDDs_done = FALSE; static BOOL std_LDDs_done = FALSE;
void SETUPX_CreateStandardLDDs(void) static void SETUPX_CreateStandardLDDs(void)
{ {
HKEY hKey = 0; HKEY hKey = 0;
WORD n; WORD n;
...@@ -350,7 +350,7 @@ void SETUPX_CreateStandardLDDs(void) ...@@ -350,7 +350,7 @@ void SETUPX_CreateStandardLDDs(void)
* RETURN * RETURN
* ERR_VCP_LDDINVALID if ldid < LDID_ASSIGN_START. * ERR_VCP_LDDINVALID if ldid < LDID_ASSIGN_START.
*/ */
RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid) static RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
{ {
LDD_LIST *pCurr, *pPrev = NULL; LDD_LIST *pCurr, *pPrev = NULL;
......
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