mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 03:53:14 -05:00
Update memfs-test.c
This commit is contained in:
@@ -40,10 +40,7 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
|
|||||||
FileInfoTimeout,
|
FileInfoTimeout,
|
||||||
1024,
|
1024,
|
||||||
1024 * 1024,
|
1024 * 1024,
|
||||||
|
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
||||||
0,0,0, // Slowio
|
|
||||||
|
|
||||||
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
|
||||||
0,
|
0,
|
||||||
&Memfs);
|
&Memfs);
|
||||||
ASSERT(NT_SUCCESS(Result));
|
ASSERT(NT_SUCCESS(Result));
|
||||||
|
Reference in New Issue
Block a user