Closed
Bug 774627
Opened 12 years ago
Closed 11 years ago
Remove d2d pragma lib directives from MetroWidget
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jimm, Assigned: m_kato)
References
Details
Attachments
(1 file)
1.76 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
// XXX move #pragma comment(lib, "dwrite.lib") #pragma comment(lib, "d2d1.lib") #pragma comment(lib, "d3d11.lib") I think gfx code should be taking care of proper linking of libs. If it's not, it should be.
Assignee | ||
Comment 1•11 years ago
|
||
This #pragma are unnecessary. If necessary, Windows XP cannot load this xul.dll.
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #716965 -
Flags: review?(jmathies)
![]() |
Reporter | |
Comment 3•11 years ago
|
||
Comment on attachment 716965 [details] [diff] [review] fix Thanks!
Attachment #716965 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8bac7570f071
Target Milestone: --- → mozilla22
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8bac7570f071
Assignee: nobody → m_kato
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•