diff --git a/qemu/include/glib_compat.h b/qemu/include/glib_compat.h index 6af3dd83..b8bb9207 100644 --- a/qemu/include/glib_compat.h +++ b/qemu/include/glib_compat.h @@ -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)