inc: winfsp.h: FspLoad

This commit is contained in:
Bill Zissimopoulos
2017-01-31 16:07:50 -08:00
parent acf6ce1008
commit 7425eba8af
4 changed files with 10 additions and 4 deletions

View File

@ -76,7 +76,7 @@ Then add the following lines in the beginning of `wmain`:
.`*wmain excerpt*`
[source,c]
----
if (!NT_SUCCESS(FspLoad()))
if (!NT_SUCCESS(FspLoad(0)))
return ERROR_DELAY_LOAD_FAILED;
----