mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-25 01:42:24 -05:00
airfs: FspLoad: dynamic loading of WinFsp DLL
This commit is contained in:
parent
f79db6a3db
commit
c1f4606683
@ -2031,6 +2031,9 @@ 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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user