ssn-installer/src/xdelta3.c

9 lines
229 B
C
Raw Normal View History

2018-09-14 03:16:31 +02:00
//To fix compile errors with xdelta3
#define SIZEOF_SIZE_T 4
#define static_assert(e,m) /* do nothing */
#define XD3_ENCODER 0
typedef unsigned int usize_t;
typedef unsigned long long xoff_t;
#include "../lib/xdelta3/xdelta3.h"