[Bug 21320] wine/list.h has namespace conflicts with sys/queue.h

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 19 04:04:44 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21320





--- Comment #8 from Alexandre Julliard <julliard at winehq.org>  2010-01-19 04:04:44 ---
No, the proper fix is to ensure that system headers are always included before
Wine headers. We can't prefix every single definition with WINE_ on the off
chance that some system header decides to use the same name. There are plenty
of similar cases already, including some defines in Win32 headers which of
course can't be renamed.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list