@elextr commented on this pull request.
@@ -418,7 +418,7 @@ static unsigned int re_string_context_at (const re_string_t *input, int idx,
#define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
-#ifdef WIN32 +#ifdef _WIN32
Now I'm confused, @b4n says uctags _used_ to use gnu regex, but here its importing half a ton of gnulib including regex?