1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

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

@@ -525,5 +525,5 @@ static int maperror(int winerrno)
long WinFspLoad(void)
{
return FspLoad();
return FspLoad(0);
}