Re: Reduce __attribute__(x) to nothing if __GNUC__ is unset
11 Apr
2005
11 Apr
'05
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
7640
Age (days ago)
7640
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard