[Webkit-unassigned] [Bug 58576] Evaluate PLATFORM(GTK) before OS(WINDOWS)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 15:37:53 PDT 2011


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-04-14 15:37:53 PST ---
(From update of attachment 89656)
View in context: https://bugs.webkit.org/attachment.cgi?id=89656&action=review

> Source/WebCore/platform/FileSystem.h:-80
> -#if OS(WINDOWS)

It might be better here to simply change this to #if OS(WINDOWS) && !PLATFORM(GTK)

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