[Webkit-unassigned] [Bug 25807] New: #ifdef properly the WebCore/platform/gtk/KeyboardCodes.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 14:37:43 PDT 2009


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

           Summary: #ifdef properly the WebCore/platform/gtk/KeyboardCodes.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fridrich.strba at bluewin.ch


Some of the keyboard codes are already part of win32 api, so the
WebCore/platform/gtk/KeyboardCodes.h does not compile since we are redefining
already defined codes. Following patch ifdefs correctly the different defines
for building well on Windows. We do exactly what keyboard codes for other
platforms do.


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



More information about the webkit-unassigned mailing list