Commit 59336f2f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent 7d0c23f6
......@@ -70,7 +70,7 @@ extern "C" {
* -- AJ
*/
#ifndef __GNUC__
#if !defined(__GNUC__) && !defined(__clang__)
#define __attribute__(x) /* nothing */
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment