mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-31 22:55:40 +00:00
glib_compat: FALSE = 0
This commit is contained in:
parent
e4382c0467
commit
c5b8fbfbc6
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue