Skip to content

Commit 79a9fcb

Browse files
committed
[ROSTESTS:TESTS] Don't need the PIO_APC_ROUTINE cast (reactos#8417)
1 parent 78362c1 commit 79a9fcb

File tree

1 file changed

+1
-1
lines changed
  • modules/rostests/tests/apc

1 file changed

+1
-1
lines changed

modules/rostests/tests/apc/apc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ int main(int argc, char* argv[])
7272
printf("Reading file\n");
7373
Status = ZwReadFile(FileHandle,
7474
NULL,
75-
(PIO_APC_ROUTINE)ApcRoutine,
75+
ApcRoutine,
7676
(PVOID) 0xdeadbeef,
7777
&IoStatus,
7878
Buffer,

0 commit comments

Comments
 (0)