mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dotnet: rename Api.GetFspVersion to Api.GetVersion
This commit is contained in:
@ -980,7 +980,7 @@ namespace Fsp.Interop
|
||||
return 0/*STATUS_SUCCESS*/;
|
||||
}
|
||||
|
||||
internal static Version GetFspVersion()
|
||||
internal static Version GetVersion()
|
||||
{
|
||||
UInt32 Version = 0;
|
||||
FspVersion(out Version);
|
||||
|
Reference in New Issue
Block a user