mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-07-08 18:06:18 +00:00
Fix tests compilation in MSVC.
This commit is contained in:
@@ -22,9 +22,12 @@
|
||||
/** @brief Clamp num_threads to LZMA's valid range [1, 2]. */
|
||||
#define LZMA_THREADS(ctx) ((ctx)->num_threads > 1 ? 2 : 1)
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "aaruformat/context.h"
|
||||
|
||||
#if defined(AARU_USE_WIN32_FILEIO64)
|
||||
#define AARU_FSEEK _fseeki64
|
||||
#define AARU_FTELL _ftelli64
|
||||
|
||||
Reference in New Issue
Block a user