[NTOSKRNL] Fix MSVC build?

This commit is contained in:
Pierre Schweitzer 2018-01-24 22:03:23 +01:00
parent cb52c82125
commit 5c52ae6695
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1493,6 +1493,7 @@ CcInitView (
return TRUE;
}
#if DBG && defined(KDBG)
BOOLEAN
ExpKdbgExtFileCache(ULONG Argc, PCHAR Argv[])
{
@ -1547,5 +1548,6 @@ ExpKdbgExtFileCache(ULONG Argc, PCHAR Argv[])
return TRUE;
}
#endif
/* EOF */