[Webkit-unassigned] [Bug 242409] [WPE][GTK] Decide on conditional name for new API versions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 6 12:57:00 PDT 2022


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Another option, which works only if we drop older WPE API versions (see bug #242407):

#if WEBKITGTK_API_VERSION >= 5.0 || PLATFORM(WPE)
#if PLATFORM(WPE) WEBKITGTK_API_VERSION >= 5.0

which is slightly longer, but not too long.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220706/b910422b/attachment.htm>


More information about the webkit-unassigned mailing list