From 79a9fcbbe791477a3ee788edc0f85d3de1dda357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 8 Oct 2025 17:27:02 +0200 Subject: [PATCH] [ROSTESTS:TESTS] Don't need the PIO_APC_ROUTINE cast (#8417) --- modules/rostests/tests/apc/apc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/tests/apc/apc.c b/modules/rostests/tests/apc/apc.c index 935bcee5dcc..340a844a267 100644 --- a/modules/rostests/tests/apc/apc.c +++ b/modules/rostests/tests/apc/apc.c @@ -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,