mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix checking Aaru.Compression.Native version.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Aaru.Compression
|
||||
|
||||
try
|
||||
{
|
||||
version = get_acn_version();
|
||||
version = AARU_get_acn_version();
|
||||
}
|
||||
catch
|
||||
{
|
||||
@@ -78,6 +78,6 @@ namespace Aaru.Compression
|
||||
}
|
||||
|
||||
[DllImport("libAaru.Compression.Native", SetLastError = true)]
|
||||
static extern ulong get_acn_version();
|
||||
static extern ulong AARU_get_acn_version();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user