mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[INCLUDE/REACTOS][LOCALMON][LOCALSPL][SPOOLSS] Add some missing VOIDs. CORE-11799 (#94)
This commit is contained in:
parent
80774a2fca
commit
d56c9a8927
7 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@ Cleanup:
|
|||
}
|
||||
|
||||
static BOOL
|
||||
_InitializePrintProviderList()
|
||||
_InitializePrintProviderList(VOID)
|
||||
{
|
||||
DWORD cbFileName;
|
||||
DWORD cchMaxSubKey;
|
||||
|
@ -234,7 +234,7 @@ SplInitializeWinSpoolDrv(PVOID* pTable)
|
|||
}
|
||||
|
||||
BOOL WINAPI
|
||||
SplIsUpgrade()
|
||||
SplIsUpgrade(VOID)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue