[KMTESTS:IO]

- Fix GCC build

svn path=/trunk/; revision=67488
This commit is contained in:
Thomas Faber 2015-05-01 11:07:40 +00:00
parent abb2dff020
commit f1b1a2086e

View file

@ -200,6 +200,7 @@ TestFastIoWrite(
_Out_ PIO_STATUS_BLOCK IoStatus,
_In_ PDEVICE_OBJECT DeviceObject)
{
TestLastFastWriteKey = LockKey;
UNIMPLEMENTED;
return FALSE;
}