Closed
Bug 1242295
Opened 9 years ago
Closed 9 years ago
nsDeviceContextSpecWin.cpp(447): error C2664: 'HDC CreateICW(LPCWSTR,LPCWSTR,LPCWSTR,const DEVMODEW *)': cannot convert argument 2 from 'const char16_t *' to 'LPCWSTR'
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
jimm
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
New compile error with VS2015:
6:13.46 widget/windows/nsDeviceContextSpecWin.cpp(447): error C2664: 'HDC CreateICW(LPCWSTR,LPCWSTR,LPCWSTR,const DEVMODEW *)': cannot convert argument 2 from 'const char16_t *' to 'LPCWSTR'
6:13.46 widget/windows/nsDeviceContextSpecWin.cpp(447): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/32225/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/32225/
Attachment #8711511 -
Flags: review?(jmathies)
Comment 2•9 years ago
|
||
Comment on attachment 8711511 [details]
MozReview Request: Bug 1242295 - Fix compile error in nsDeviceContextSpecWin. r?jimm
https://reviewboard.mozilla.org/r/32225/#review29071
Attachment #8711511 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2570e9fe3098dd3b7fa96ba3641b739fe540a147
Bug 1242295 - Fix compile error in nsDeviceContextSpecWin. r=jimm
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → quanxunzhen
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8711511 [details]
MozReview Request: Bug 1242295 - Fix compile error in nsDeviceContextSpecWin. r?jimm
Approval Request Comment
[Feature/regressing bug #]: bug 1238964
[User impact if declined]: no user impact, but developers who use VS2015 would not be able to compile the aurora branch
[Describe test coverage new/current, TreeHerder]: n/a
[Risks and why]: no risk, just fix a compile error on VS2015
[String/UUID change made/needed]: n/a
Attachment #8711511 -
Flags: approval-mozilla-aurora?
Recent regression, tracking.
Comment on attachment 8711511 [details]
MozReview Request: Bug 1242295 - Fix compile error in nsDeviceContextSpecWin. r?jimm
Fix for recent regression, please uplift to aurora.
Attachment #8711511 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•