skip stdint.h for windows driver configuration

This commit is contained in:
tandasat
2016-04-23 15:58:31 -07:00
parent 59cbe18389
commit e51eeaef39
15 changed files with 31 additions and 4 deletions

View File

@ -18,7 +18,9 @@
#ifndef CS_LLVM_MC_MCINSTRDESC_H
#define CS_LLVM_MC_MCINSTRDESC_H
#if !defined(_MSC_VER) || !defined(_KERNEL_MODE)
#include <stdint.h>
#endif
#include "include/platform.h"
//===----------------------------------------------------------------------===//