Re: Reduce __attribute__(x) to nothing if __GNUC__ is unset
April 11, 2005
8:12 a.m.
Vincent Béron <vberon(a)mecano.gme.usherb.ca> writes:
This lets us get rid of various #ifdef __GNUC__, as well as use DECLSPEC_NORETURN at least everywhere winnt.h is included, without fear of conflicts.
This doesn't really help, because we want the code to build with the Microsoft headers too, so you still can't use __attribute__ without ifdefs. And really the use of __attribute__ should be kept to a minimum, your other patches are adding it in a lot of places where it's not necessary. -- Alexandre Julliard julliard(a)winehq.org
7654
Age (days ago)
7654
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard