Author: jgardou Date: Tue Dec 2 18:38:32 2014 New Revision: 65550
URL: http://svn.reactos.org/svn/reactos?rev=65550&view=rev Log: [KMTESTS/TCPIP] - Fix MSVC build.
Modified: trunk/rostests/kmtests/tcpip/tdi.c
Modified: trunk/rostests/kmtests/tcpip/tdi.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/tcpip/tdi.c?rev=65... ============================================================================== --- trunk/rostests/kmtests/tcpip/tdi.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/tcpip/tdi.c [iso-8859-1] Tue Dec 2 18:38:32 2014 @@ -9,8 +9,8 @@ #include <tdikrnl.h>
static +NTSTATUS NTAPI -NTSTATUS IrpCompletionRoutine( _In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp,