mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 17:26:56 +00:00
Changed bool typedef from int to unsigned char.
This commit is contained in:
parent
544942cc64
commit
6ca8ba16fc
|
@ -10,7 +10,7 @@ extern "C" {
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef int bool;
|
typedef unsigned char bool;
|
||||||
#define false 0
|
#define false 0
|
||||||
#define true 1
|
#define true 1
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue