mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL]
This is C, use VOID Spotted by Thomas Faber svn path=/trunk/; revision=58910
This commit is contained in:
parent
96970e7413
commit
d955789246
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
PERESOURCE FsRtlPagingIoResources;
|
||||
ULONG FsRtlPagingIoResourceSelector;
|
||||
NTSTATUS NTAPI INIT_FUNCTION FsRtlInitializeWorkerThread();
|
||||
NTSTATUS NTAPI INIT_FUNCTION FsRtlInitializeWorkerThread(VOID);
|
||||
|
||||
static UCHAR LegalAnsiCharacterArray[] =
|
||||
{
|
||||
|
|
|
@ -147,7 +147,7 @@ FsRtlWorkerThread(IN PVOID StartContext)
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
INIT_FUNCTION
|
||||
FsRtlInitializeWorkerThread()
|
||||
FsRtlInitializeWorkerThread(VOID)
|
||||
{
|
||||
ULONG i;
|
||||
NTSTATUS Status;
|
||||
|
|
Loading…
Reference in a new issue