Author: pschweitzer Date: Fri May 27 12:11:15 2016 New Revision: 71426
URL: http://svn.reactos.org/svn/reactos?rev=71426&view=rev Log: [AUTOCHK] Add support for FFS
CORE-11040
Modified: trunk/reactos/base/system/autochk/autochk.c
Modified: trunk/reactos/base/system/autochk/autochk.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/autochk/autochk... ============================================================================== --- trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] (original) +++ trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] Fri May 27 12:11:15 2016 @@ -279,6 +279,10 @@ { RtlInitUnicodeString(&ProviderDll, L"ureiserfs.dll"); } + else if (wcscmp(FileSystem, L"FFS") == 0) + { + RtlInitUnicodeString(&ProviderDll, L"uffs.dll"); + } else { return NULL;