summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-08 15:12:35 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-08 15:12:35 -0500
commitf7828a0718b730ffdc6b9f25e5d11cbfd666acf1 (patch)
tree53b5c582986e5fafb4f44f6546a204e6eb2e485b /main.c
parentaca791a675c608c7a19a6bd9098255e95faec94d (diff)
got windows pcre build to work
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index e8d41b4..976593f 100644
--- a/main.c
+++ b/main.c
@@ -18,6 +18,7 @@ no_warn_end
#if _WIN32
#include <shellapi.h>
#endif
+#define PCRE2_STATIC
#define PCRE2_CODE_UNIT_WIDTH 32
#include "pcre2.h"