summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haskell/xdelta3.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/xdelta3.cc b/haskell/xdelta3.cc
new file mode 100644
index 0000000..6085d39
--- /dev/null
+++ b/haskell/xdelta3.cc
@@ -0,0 +1,6 @@
1
2#define SIZEOF_SIZE_T __SIZEOF_SIZE_T__
3#define SIZEOF_UNSIGNED_INT __SIZEOF_INT__
4#define SIZEOF_UNSIGNED_LONG __SIZEOF_LONG__
5#define SIZEOF_UNSIGNED_LONG_LONG __SIZEOF_LONG_LONG__
6#include "xdelta3/xdelta3.c"