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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 7 22:06:36 PST 2010


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





--- Comment #4 from Ismail "cartman" Donmez <ismail at namtrac.org>  2010-02-07 22:06:36 PST ---
(In reply to comment #2)
> (From update of attachment 48308 [details])
> > +#ifdef __GNUC__
> > +#define __attribute__(x) __attribute__(x)
> > +#else
> > +#define __attribute__(x)
> > +#endif
> 
> Since this is Qt code, how about using Q_CC_GNU?

Done :)

-- 
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