diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-08 15:12:35 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-08 15:12:35 -0500 |
commit | f7828a0718b730ffdc6b9f25e5d11cbfd666acf1 (patch) | |
tree | 53b5c582986e5fafb4f44f6546a204e6eb2e485b /main.c | |
parent | aca791a675c608c7a19a6bd9098255e95faec94d (diff) |
got windows pcre build to work
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |