Closed
Bug 774627
Opened 12 years ago
Closed 12 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•12 years ago
|
||
This #pragma are unnecessary. If necessary, Windows XP cannot load this xul.dll.
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #716965 -
Flags: review?(jmathies)
Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 716965 [details] [diff] [review]
fix
Thanks!
Attachment #716965 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Target Milestone: --- → mozilla22
Comment 5•12 years ago
|
||
Assignee: nobody → m_kato
Status: NEW → RESOLVED
Closed: 12 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
•