mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 03:52:55 -06: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