Closed
Bug 1242952
Opened 10 years ago
Closed 10 years ago
VS2015 compile error in nsPrinterEnumeratorWin::InitPrintSettingsFromPrinter due to char16_t / wchar_t difference.
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1242295
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 obsolete file)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bobowen.code
Assignee | ||
Comment 1•10 years ago
|
||
The simple thing here is just to cast, but a better solution is to pass around nsAString I think.
I'll see how much knock on impact that has.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Trying to change the parameter to nsAString has too many knock-on effects for me to sort out at the moment.
Attachment #8712224 -
Flags: review?(jmathies)
Assignee | ||
Updated•10 years ago
|
Attachment #8712224 -
Attachment is obsolete: true
Attachment #8712224 -
Flags: review?(jmathies)
Assignee | ||
Comment 3•10 years ago
|
||
Fix from bug 1242295 is on inbound.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•