mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
Supported a WDK project
This commit is contained in:
parent
4522c04fce
commit
cd124deb92
@ -9,7 +9,7 @@
|
||||
// MSVC
|
||||
|
||||
// stdbool.h
|
||||
#if (_MSC_VER < 1800)
|
||||
#if (_MSC_VER < 1800) || defined(_KERNEL_MODE)
|
||||
#ifndef __cplusplus
|
||||
typedef unsigned char bool;
|
||||
#define false 0
|
||||
|
Loading…
Reference in New Issue
Block a user