[ROSTESTS:TESTS] Don't need the PIO_APC_ROUTINE cast (#8417)

This commit is contained in:
Hermès Bélusca-Maïto
2025-10-19 17:11:54 +02:00
parent 78362c1afa
commit 79a9fcbbe7
+1 -1
View File
@@ -72,7 +72,7 @@ int main(int argc, char* argv[])
printf("Reading file\n");
Status = ZwReadFile(FileHandle,
NULL,
(PIO_APC_ROUTINE)ApcRoutine,
ApcRoutine,
(PVOID) 0xdeadbeef,
&IoStatus,
Buffer,