@dolik-rce commented on this pull request.
> @@ -7,6 +7,10 @@ AM_CFLAGS = \
$(GTK_CFLAGS) \
@LIBGEANY_CFLAGS@
+if MINGW
+AM_CFLAGS += -DUSE_SYSTEM_STRNLEN=1
My knowledge of automake is very limited, so I'll better ask: Is this a correct
place to define this macro? Or can it be somehow detected automatically by
configure or somewhere else?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2778#pullrequestreview-627821935