- Remove misguided casts

svn path=/trunk/; revision=60740
This commit is contained in:
Thomas Faber 2013-10-24 17:53:45 +00:00
parent f8e71a7dc5
commit 8b7398acf8
2 changed files with 8 additions and 8 deletions

View file

@ -464,7 +464,7 @@ MiInitBalancerThread(VOID)
NULL, NULL,
NULL, NULL,
&MiBalancerThreadId, &MiBalancerThreadId,
(PKSTART_ROUTINE) MiBalancerThread, MiBalancerThread,
NULL); NULL);
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))
{ {

View file

@ -346,7 +346,7 @@ MmInitMpwThread(VOID)
NULL, NULL,
NULL, NULL,
&MpwThreadId, &MpwThreadId,
(PKSTART_ROUTINE) MmMpwThreadMain, MmMpwThreadMain,
NULL); NULL);
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))
{ {