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:
@ -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