[KMTESTS:IO]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 1 May 2015 11:07:40 +0000 (11:07 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 1 May 2015 11:07:40 +0000 (11:07 +0000)
- Fix GCC build

svn path=/trunk/; revision=67488

rostests/kmtests/ntos_io/IoReadWrite_drv.c

index 9a7679f..0c03068 100644 (file)
@@ -200,6 +200,7 @@ TestFastIoWrite(
     _Out_ PIO_STATUS_BLOCK IoStatus,
     _In_ PDEVICE_OBJECT DeviceObject)
 {
+    TestLastFastWriteKey = LockKey;
     UNIMPLEMENTED;
     return FALSE;
 }