summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 1b134eb..e440f70 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -298,6 +298,10 @@ typedef uint32_t usize_t;
298#define SWIG_MODULE 0 298#define SWIG_MODULE 0
299#endif 299#endif
300 300
301#ifndef NOT_MAIN
302#define NOT_MAIN 0
303#endif
304
301/* There are three string matching functions supplied: one fast, one 305/* There are three string matching functions supplied: one fast, one
302 * slow (default), and one soft-configurable. To disable any of 306 * slow (default), and one soft-configurable. To disable any of
303 * these, use the following definitions. */ 307 * these, use the following definitions. */