[Webkit-unassigned] [Bug 35607] Allow building smoothly on win32 and win64 using GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 19 08:45:26 PDT 2010


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





--- Comment #56 from Adam Roben (aroben) <aroben at apple.com>  2010-04-19 08:45:24 PST ---
(In reply to comment #55)
> Created an attachment (id=53630)
 --> (https://bugs.webkit.org/attachment.cgi?id=53630) [details]
> WebCore patch for mingw-w64

Thanks for explaining your changes, both here and in the ChangeLog.

> npapi.h: uint32 is not correct for lparam and wparam on WIN64 (see links
> below). Nothing changes for existing 32-bit code or other platforms.

None of the links you provided mention the behavior of NPAPI on 64-bit Windows.
This one:

> Intel (WPARAM, LPARAM, see point 5):
> http://software.intel.com/en-us/articles/seven-steps-of-migrating-a-program-to-a-64-bit-system/

Talks about WPARAM and LPARAM from windef.h. But I don't see any evidence that
_NPEvent's wParam and lParam are supposed to follow those definitions. Do you
have information regarding what 64-bit NPAPI plug-ins expect on Windows, or
what other browsers do in 64-bit?

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