mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
msvc: bool date type should have 1 byte size, not 4. C++ compiler exposed this issue. bug reported by Axel Souchet
This commit is contained in:
parent
f7850266d5
commit
e27d10137a
@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef unsigned int bool;
|
||||
typedef unsigned char bool;
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user