mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
[CRT] Don't define _DECLSPEC_I on Clang builds
This commit is contained in:
parent
f6e819fcb8
commit
afe203a1a5
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
||||||
#define _CRT_UNUSED(x) (void)x
|
#define _CRT_UNUSED(x) (void)x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) && !defined(__clang__)
|
||||||
#define ATTRIB_NORETURN
|
#define ATTRIB_NORETURN
|
||||||
#define _DECLSPEC_INTRIN_TYPE __declspec(intrin_type)
|
#define _DECLSPEC_INTRIN_TYPE __declspec(intrin_type)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue