mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[ROSTESTS:TESTS] Don't need the PIO_APC_ROUTINE cast (#8417)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user