Merge branch 'next' of https://github.com/aquynh/capstone into next

This commit is contained in:
Nguyen Anh Quynh 2014-06-12 13:04:42 +07:00
commit 5493c87c27
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ extern "C" {
#include <stdint.h>
#include "platform.h"
// GCC SPARC toolchain has a default macro called "sparc" which breaks
// compilation
#undef sparc
#ifdef _MSC_VER
#pragma warning(disable:4201)
#endif