Fix function callback prototype

svn path=/trunk/; revision=27963
This commit is contained in:
Thomas Bluemel 2007-07-28 18:44:49 +00:00
parent f82b9c2321
commit 87388c9075

View file

@ -144,10 +144,10 @@ GetFileSystem(
}
// This is based on SysInternal's ChkDsk app
static BOOLEAN CALLBACK
static BOOLEAN NTAPI
ChkdskCallback(
IN CALLBACKCOMMAND Command,
IN DWORD Modifier,
IN ULONG Modifier,
IN PVOID Argument)
{
PDWORD Percent;