Kaydet (Commit) aa57582a authored tarafından Colomban Wendling's avatar Colomban Wendling

Fix build with GLib < 2.32

Closes #764.
üst ef0cf9cb
......@@ -68,6 +68,10 @@
# include "support.h"
#endif
#if ! GLIB_CHECK_VERSION(2, 31, 20) && ! defined(G_SPAWN_ERROR_TOO_BIG)
# define G_SPAWN_ERROR_TOO_BIG G_SPAWN_ERROR_2BIG
#endif
#ifdef G_OS_WIN32
/* Each 4KB under Windows seem to come in 2 portions, so 2K + 2K is more
balanced than 4095 + 1. May be different on the latest Windows/glib? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment