mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +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");
|
RtlInitUnicodeString(&ProviderDll, L"ureiserfs.dll");
|
||||||
}
|
}
|
||||||
|
else if (wcscmp(FileSystem, L"FFS") == 0)
|
||||||
|
{
|
||||||
|
RtlInitUnicodeString(&ProviderDll, L"uffs.dll");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue