mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
tst: winfsp-tests: minor fix
This commit is contained in:
parent
49fa80af19
commit
868f479ef9
@ -80,6 +80,7 @@ void mount_volume_dotest(PWSTR DeviceName)
|
||||
|
||||
StringCbPrintfW(FilePath, sizeof FilePath, L"\\\\?\\GLOBALROOT%s\\file0", VolumePath);
|
||||
Thread = (HANDLE)_beginthreadex(0, 0, mount_volume_dotest_thread, FilePath, 0, 0);
|
||||
ASSERT(0 != Thread);
|
||||
|
||||
Sleep(1000); /* give some time to the thread to execute */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user