utils: Compile g_abort() only on Windows
commit41df41550fa95d34f256f051794947e53a0ab56b
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 27 Apr 2016 13:53:33 +0000 (27 14:53 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 27 Apr 2016 13:55:45 +0000 (27 14:55 +0100)
treef1e735ec4439df948b16e5e6797757f00045efee
parent2f05d1454e0ce106b23a3d9626950602bd609fea
utils: Compile g_abort() only on Windows

Otherwise it will break the build on non-Windows because of the macro in
the header, and the unconditional use of Windows-only API.

https://bugzilla.gnome.org/show_bug.cgi?id=665446
glib/gutils.c