mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:43:42 +00:00
[NTDLL][NTUSER][SPOOLSS][WINSPOOL] Add some missing VOIDs. CORE-11799 (#94)
This commit is contained in:
parent
28dd5cfc5e
commit
706a70c9e1
5 changed files with 6 additions and 6 deletions
|
@ -68,7 +68,7 @@ PBYTE WINAPI PackStrings(PWSTR* pSource, PBYTE pDest, const DWORD* DestOffsets,
|
|||
PVOID WINAPI ReallocSplMem(PVOID pOldMem, DWORD cbOld, DWORD cbNew);
|
||||
BOOL WINAPI ReallocSplStr(PWSTR* ppwszString, PCWSTR pwszInput);
|
||||
BOOL WINAPI SplInitializeWinSpoolDrv(PVOID* pTable);
|
||||
BOOL WINAPI SpoolerInit();
|
||||
BOOL WINAPI SpoolerInit(VOID);
|
||||
PDWORD WINAPI UndoAlignRpcPtr(PVOID pDestinationBuffer, PVOID pSourceBuffer, DWORD cbBuffer, PDWORD pcbNeeded);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue