Add support for building with clang-cl

This commit is contained in:
Ehsan Akhgari
2014-06-11 12:07:24 -04:00
parent df31a85103
commit fb25cd08ed
3 changed files with 12 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ extern "C" {
#ifndef LIBFFI_ASM
#ifdef _MSC_VER
#if defined(_MSC_VER) && !defined(__clang__)
#define __attribute__(X)
#endif