mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix GCC build
svn path=/trunk/; revision=74325
This commit is contained in:
parent
cb609f0b17
commit
b0864955dd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ PBYTE WINAPI PackStrings(PCWSTR* 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);
|
||||
DWORD WINAPI SpoolerInit();
|
||||
BOOL WINAPI SpoolerInit();
|
||||
PDWORD WINAPI UndoAlignRpcPtr(PVOID pDestinationBuffer, PVOID pSourceBuffer, DWORD cbBuffer, PDWORD pcbNeeded);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue