mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux: fix various compilation issues under Linux.
This commit is contained in:
@@ -75,6 +75,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
|
||||
|
||||
#define WIDE(x) (LPWSTR)L##x
|
||||
|
||||
#define VC_MAX(a,b) ((a)>(b))?(a):(b)
|
||||
#define VC_MIN(a,b) ((a)<(b))?(a):(b)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
typedef __int8 int8;
|
||||
@@ -100,6 +103,7 @@ typedef unsigned __int64 uint64;
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <memory.h>
|
||||
|
||||
typedef int8_t int8;
|
||||
typedef int16_t int16;
|
||||
|
||||
Reference in New Issue
Block a user