Bug 26543

Summary: WINCE should use 'GetLastError' in RegisterFile.h
Product: WebKit Reporter: Adam Treat <manyoso>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 23154    
Attachments:
Description Flags
Use GetLastError on WINCE staikos: review+

Adam Treat
Reported 2009-06-19 09:38:39 PDT
WINCE does not use errno, but rather 'GetLastError.'
Attachments
Use GetLastError on WINCE (2.87 KB, patch)
2009-06-19 09:52 PDT, Adam Treat
staikos: review+
Adam Treat
Comment 1 2009-06-19 09:52:21 PDT
Created attachment 31548 [details] Use GetLastError on WINCE
George Staikos
Comment 2 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
Adam Treat
Comment 3 2009-06-19 10:02:22 PDT
Landed with r44857.
Note You need to log in before you can comment on or make changes to this bug.