mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[AUTOCHK]
Add support for FFS CORE-11040 svn path=/trunk/; revision=71426
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user