From 3e5f2a38bd382338b28f362a54f28b68e1a1d975 Mon Sep 17 00:00:00 2001 From: "Digoal.zhou" <1920239+digoal@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:41:09 +0800 Subject: [PATCH] Update imgsmlr.h --- imgsmlr.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/imgsmlr.h b/imgsmlr.h index 9ee8cae..cc8d3d3 100755 --- a/imgsmlr.h +++ b/imgsmlr.h @@ -15,6 +15,14 @@ #ifndef IMGSMLR_H #define IMGSMLR_H +#ifndef FALSE +#define FALSE (0) +#endif + +#ifndef TRUE +#define TRUE (!FALSE) +#endif + #define PATTERN_SIZE 64 #define SIGNATURE_SIZE 16