Fix build for cygwin

This commit is contained in:
pancake 2015-09-22 16:33:27 +02:00 committed by Nguyen Anh Quynh
parent 24341dcd5a
commit 1b298977d6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#ifndef CAPSTONE_PLATFORM_H
#define CAPSTONE_PLATFORM_H
#if !defined(__MINGW32__) && !defined(__MINGW64__) && (defined (WIN32) || defined (WIN64) || defined (_WIN32) || defined (_WIN64))
#if !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__MINGW64__) && (defined (WIN32) || defined (WIN64) || defined (_WIN32) || defined (_WIN64))
// MSVC
// stdbool.h