glib_compat: FALSE = 0

This commit is contained in:
Nguyen Anh Quynh 2016-12-26 22:02:34 +08:00
parent e4382c0467
commit c5b8fbfbc6

View File

@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#endif
#ifndef FALSE
#define FALSE 1
#define FALSE 0
#endif
#define g_assert(expr) assert(expr)