mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
Fix function callback prototype
svn path=/trunk/; revision=27963
This commit is contained in:
parent
f82b9c2321
commit
87388c9075
1 changed files with 2 additions and 2 deletions
|
@ -144,10 +144,10 @@ GetFileSystem(
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is based on SysInternal's ChkDsk app
|
// This is based on SysInternal's ChkDsk app
|
||||||
static BOOLEAN CALLBACK
|
static BOOLEAN NTAPI
|
||||||
ChkdskCallback(
|
ChkdskCallback(
|
||||||
IN CALLBACKCOMMAND Command,
|
IN CALLBACKCOMMAND Command,
|
||||||
IN DWORD Modifier,
|
IN ULONG Modifier,
|
||||||
IN PVOID Argument)
|
IN PVOID Argument)
|
||||||
{
|
{
|
||||||
PDWORD Percent;
|
PDWORD Percent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue