Bug 26543 - WINCE should use 'GetLastError' in RegisterFile.h
Summary: WINCE should use 'GetLastError' in RegisterFile.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 23154
  Show dependency treegraph
 
Reported: 2009-06-19 09:38 PDT by Adam Treat
Modified: 2009-06-19 10:02 PDT (History)
0 users

See Also:


Attachments
Use GetLastError on WINCE (2.87 KB, patch)
2009-06-19 09:52 PDT, Adam Treat
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2009-06-19 09:38:39 PDT
WINCE does not use errno, but rather 'GetLastError.'
Comment 1 Adam Treat 2009-06-19 09:52:21 PDT
Created attachment 31548 [details]
Use GetLastError on WINCE
Comment 2 George Staikos 2009-06-19 09:54:45 PDT
Comment on attachment 31548 [details]
Use GetLastError on WINCE

I think this patch is fine, but I think a future change we should make is to create a WebKitErrno define which will map to the appropriate variable or function call
Comment 3 Adam Treat 2009-06-19 10:02:22 PDT
Landed with r44857.