[Webkit-unassigned] [Bug 20784] New: move npapi.h to C99 integer types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 11 09:05:33 PDT 2008


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

           Summary: move npapi.h to C99 integer types
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joshmoz at gmail.com


In Mozilla bug 453883, we moved integer types in npapi.h to C99 and stopped
defining our own integer types. This change should propagate to WebKit.

int[16/32] -> int[16/32]_t
uint[16/32] -> uint[16/32]_t

https://bugzilla.mozilla.org/show_bug.cgi?id=453883


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