[Webkit-unassigned] [Bug 37222] [WINCE] Port SharedBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 07:52:34 PDT 2010


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





--- Comment #11 from Adam Roben (aroben) <aroben at apple.com>  2010-05-10 07:52:32 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > It would be nice to use GetFileSizeEx on non-CE Windows. Maybe we should have a wrapper function that calls GetFileSize on CE and GetFileSizeEx on everything else?
> I don't see the additional value for calling GetFileSizeEx. ReadFile can only read 0xffffffff in one call. That's the maximum returned by GetFileSize already.

GetFileSizeEx is just a nicer API (returns a BOOL indicating success/failure instead of returning a DWORD with a special value that might indicate failure). But switching to it isn't critical.

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