[AUTOCHK]

Add support for FFS

CORE-11040

svn path=/trunk/; revision=71426
This commit is contained in:
Pierre Schweitzer
2016-05-27 12:11:15 +00:00
parent 3a3ef631d1
commit 88f0e76715
+4
View File
@@ -279,6 +279,10 @@ LoadProvider(
{
RtlInitUnicodeString(&ProviderDll, L"ureiserfs.dll");
}
else if (wcscmp(FileSystem, L"FFS") == 0)
{
RtlInitUnicodeString(&ProviderDll, L"uffs.dll");
}
else
{
return NULL;