mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Fix inclusion of lzip header.
This commit is contained in:
2
lzip.c
2
lzip.c
@@ -21,7 +21,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "library.h"
|
#include "library.h"
|
||||||
#include "3rdparty/lzlib-1.12/lzlib.h"
|
#include "3rdparty/lzlib/lzlib.h"
|
||||||
|
|
||||||
AARU_EXPORT int32_t AARU_CALL AARU_lzip_decode_buffer(uint8_t* dst_buffer,
|
AARU_EXPORT int32_t AARU_CALL AARU_lzip_decode_buffer(uint8_t* dst_buffer,
|
||||||
int32_t dst_size,
|
int32_t dst_size,
|
||||||
|
|||||||
Reference in New Issue
Block a user