mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: FspFileSystemStopServiceIfNecessary
This commit is contained in:
@ -2275,10 +2275,10 @@ static NTSTATUS SetEa(FSP_FILE_SYSTEM *FileSystem,
|
||||
#endif
|
||||
|
||||
#if defined(MEMFS_DISPATCHER_STOPPED)
|
||||
static void DispatcherStopped(FSP_FILE_SYSTEM *FileSystem,
|
||||
static VOID DispatcherStopped(FSP_FILE_SYSTEM *FileSystem,
|
||||
BOOLEAN Normally)
|
||||
{
|
||||
//FspDebugLog(__FUNCTION__ ": Normally=%d\n", Normally);
|
||||
FspFileSystemStopServiceIfNecessary(FileSystem, Normally);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user