@elextr commented on this pull request.


In ctags/gnu_regex/regex_internal.h:

> @@ -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

I still don't really understand the urge to get rid of this macro we define in the build system accordingly

Well the OP in #3660 was simply to make meson and autotools do the same thing, seems after a long and winding road the implementation of that was to remove autotools setting a non-standard macro, not add that macro to meson.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3878/review/2080843790@github.com>