mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
inc: winfsp.h: FspLoad
This commit is contained in:
@ -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;
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user