[Webkit-unassigned] [Bug 34694] [Qt] Fix QtLauncher compile on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 7 22:01:29 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34694





--- Comment #2 from Ariya Hidayat <ariya.hidayat at gmail.com>  2010-02-07 22:01:29 PST ---
(From update of attachment 48308)
> +#ifdef __GNUC__
> +#define __attribute__(x) __attribute__(x)
> +#else
> +#define __attribute__(x)
> +#endif

Since this is Qt code, how about using Q_CC_GNU?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list