dll, memfs: rename FspServiceRun to FspServiceLoop

This commit is contained in:
Bill Zissimopoulos
2016-05-07 17:08:03 -07:00
parent 077bbb0d65
commit 587fee93e9
3 changed files with 3 additions and 3 deletions

View File

@ -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);