From d85b6d69f8a877f1f704b6a7d5966b67a84762a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Tue, 2 Dec 2014 18:38:32 +0000 Subject: [PATCH] [KMTESTS/TCPIP] - Fix MSVC build. svn path=/trunk/; revision=65550 --- rostests/kmtests/tcpip/tdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/kmtests/tcpip/tdi.c b/rostests/kmtests/tcpip/tdi.c index d2f5b8a41a5..97ea07dcbd1 100644 --- a/rostests/kmtests/tcpip/tdi.c +++ b/rostests/kmtests/tcpip/tdi.c @@ -9,8 +9,8 @@ #include static -NTAPI NTSTATUS +NTAPI IrpCompletionRoutine( _In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp,