mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +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
|
@ -61,7 +61,7 @@ Cleanup:
|
|||
* return to the SYSTEM context for specific tasks.
|
||||
*/
|
||||
HANDLE WINAPI
|
||||
RevertToPrinterSelf()
|
||||
RevertToPrinterSelf(VOID)
|
||||
{
|
||||
DWORD dwErrorCode;
|
||||
HANDLE hReturnValue = NULL;
|
||||
|
|
|
@ -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