mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
setupapi: Declare some functions static.
This commit is contained in:
parent
3c43ca5df3
commit
1efcf37692
@ -280,7 +280,7 @@ static LDD_LIST *pFirstLDD = NULL;
|
||||
|
||||
static BOOL std_LDDs_done = FALSE;
|
||||
|
||||
void SETUPX_CreateStandardLDDs(void)
|
||||
static void SETUPX_CreateStandardLDDs(void)
|
||||
{
|
||||
HKEY hKey = 0;
|
||||
WORD n;
|
||||
@ -350,7 +350,7 @@ void SETUPX_CreateStandardLDDs(void)
|
||||
* RETURN
|
||||
* ERR_VCP_LDDINVALID if ldid < LDID_ASSIGN_START.
|
||||
*/
|
||||
RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
|
||||
static RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
|
||||
{
|
||||
LDD_LIST *pCurr, *pPrev = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user