wine/exception.h: Don't override __attribute__ keyword on clang MSVC target.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-04-27 01:18:50 +02:00 committed by Alexandre Julliard
parent 7d0c23f60e
commit 59336f2ff2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ extern "C" {
* -- AJ
*/
#ifndef __GNUC__
#if !defined(__GNUC__) && !defined(__clang__)
#define __attribute__(x) /* nothing */
#endif