mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll, memfs: rename FspServiceRun to FspServiceLoop
This commit is contained in:
@ -178,7 +178,7 @@ FSP_API ULONG FspServiceGetExitCode(FSP_SERVICE *Service)
|
||||
return Service->ServiceStatus.dwWin32ExitCode;
|
||||
}
|
||||
|
||||
FSP_API NTSTATUS FspServiceRun(FSP_SERVICE *Service)
|
||||
FSP_API NTSTATUS FspServiceLoop(FSP_SERVICE *Service)
|
||||
{
|
||||
SERVICE_TABLE_ENTRYW ServiceTable[2];
|
||||
|
||||
|
Reference in New Issue
Block a user