[Webkit-unassigned] [Bug 23573] Make PlatformWidget an intptr_t on Chromium
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 27 14:43:29 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23573
------- Comment #3 from agl at google.com 2009-01-27 14:43 PDT -------
The correct system header (stdint.h) doesn't exist on Windows. Assertions.h
contains this code:
#if COMPILER(MSVC)
#include <stddef.h>
#else
#include <inttypes.h>
#endif
Which I can duplicate if you wish, but it seemed better to keep the #ifdefs
down.
--
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