[Webkit-unassigned] [Bug 34794] [BREWMP] Port PlatformKeyboardEvent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 19:04:32 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34794
--- Comment #3 from Kwang Yul Seo <kwangyul.seo at gmail.com> 2010-02-10 19:04:32 PST ---
(In reply to comment #2)
> (From update of attachment 48488 [details])
> I'm not sure this makes sense:
> #if PLATFORM(BREWMP)
> 67 typedef unsigned short uint16;
> 68 typedef unsigned long int uint32;
> 69 #define AEEEvent uint16
> 70 #endif
>
> Seems we should include whatever header defines AEEvent instead. Is AEEvent
> really a #define? Or is it actually a typedef?
AEEvent is actually defined to uint16 in AEEEvent.h.
#define AEEEvent uint16
--
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