Closed
Bug 1187201
Opened 10 years ago
Closed 10 years ago
Char16 wrapper for VS2015 doesn't work with external NS_ConvertUTF16toUTF8
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
The Char16 pointer wrapper for VS2015 doesn't work with the NS_ConvertUTF16toUTF8 in external String API. It causes the following compile error:
> central/browser/components/shell/nsWindowsShellService.cpp(397): error C2440: '<function-style-cast>': cannot convert from 'LPCWSTR' to 'NS_ConvertUTF16toUTF8_external'
> central/browser/components/shell/nsWindowsShellService.cpp(397): note: Source or target has incomplete type
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8638348 -
Flags: review?(nfroyd)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → quanxunzhen
![]() |
||
Updated•10 years ago
|
Attachment #8638348 -
Flags: review?(nfroyd) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•