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>
This commit is contained in:
parent
7d0c23f60e
commit
59336f2ff2
|
@ -70,7 +70,7 @@ extern "C" {
|
|||
* -- AJ
|
||||
*/
|
||||
|
||||
#ifndef __GNUC__
|
||||
#if !defined(__GNUC__) && !defined(__clang__)
|
||||
#define __attribute__(x) /* nothing */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue