mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
Update memfs-test.c
This commit is contained in:
parent
c9b2c0460b
commit
045a1fa19c
@ -40,7 +40,10 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
|
||||
FileInfoTimeout,
|
||||
1024,
|
||||
1024 * 1024,
|
||||
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
||||
|
||||
0,0,0, // Slowio
|
||||
|
||||
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
||||
0,
|
||||
&Memfs);
|
||||
ASSERT(NT_SUCCESS(Result));
|
||||
|
Loading…
x
Reference in New Issue
Block a user