Bug 27301 - [WINCE] vprintf_stderr_common must use OutputDebugStringW
Summary: [WINCE] vprintf_stderr_common must use OutputDebugStringW
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-07-15 09:02 PDT by Joe Mason
Modified: 2009-07-15 10:20 PDT (History)
1 user (show)

See Also:


Attachments
patch to Assertions.cpp (2.83 KB, patch)
2009-07-15 09:11 PDT, Joe Mason
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Mason 2009-07-15 09:02:15 PDT
Need to patch vprintf_stderr_common to use OutputDebugStringW on WinCE since OutputDebugStringA isn't supported
Comment 1 Joe Mason 2009-07-15 09:11:44 PDT
Created attachment 32789 [details]
patch to Assertions.cpp
Comment 2 Adam Treat 2009-07-15 10:20:46 PDT
Landed with r45921.