mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
ADd version checking function.
This commit is contained in:
@@ -152,4 +152,8 @@ AARU_EXPORT size_t AARU_CALL AARU_zstd_encode_buffer(void* dst_buffer,
|
||||
size_t src_size,
|
||||
int32_t compressionLevel);
|
||||
|
||||
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000086
|
||||
|
||||
AARU_EXPORT uint64_t AARU_CALL AARU_get_acn_version();
|
||||
|
||||
#endif // AARU_COMPRESSION_NATIVE_LIBRARY_H
|
||||
|
||||
Reference in New Issue
Block a user