Supported a WDK project

This commit is contained in:
tandasat 2016-03-31 18:02:16 -07:00
parent 4522c04fce
commit cd124deb92

View File

@ -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