mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll, memfs: rename FspServiceRun to FspServiceLoop
This commit is contained in:
		| @@ -161,7 +161,7 @@ int wmain(int argc, wchar_t **argv) | ||||
|         fatal(L"cannot create service (Status=%lx)", Result); | ||||
|  | ||||
|     FspServiceAllowConsoleMode(Service); | ||||
|     Result = FspServiceRun(Service); | ||||
|     Result = FspServiceLoop(Service); | ||||
|     ExitCode = FspServiceGetExitCode(Service); | ||||
|     FspServiceDelete(Service); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user