tst: passthrough-cpp: FspLoad

This commit is contained in:
Bill Zissimopoulos 2017-03-27 17:39:24 -07:00
parent 0795774e9e
commit 9657ae31c3

View File

@ -899,5 +899,8 @@ static NTSTATUS SvcStop(FSP_SERVICE *Service)
int wmain(int argc, wchar_t **argv)
{
if (!NT_SUCCESS(FspLoad(0)))
return ERROR_DELAY_LOAD_FAILED;
return FspServiceRun(L"" PROGNAME, SvcStart, SvcStop, 0);
}