mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[AUTOCHK]
Add support for FFS CORE-11040 svn path=/trunk/; revision=71426
This commit is contained in:
parent
3a3ef631d1
commit
88f0e76715
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue