Closed
Bug 1266292
Opened 9 years ago
Closed 9 years ago
Remove unnecessary compiler checks for MSVS 2010 in gfx/2d/
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
1.49 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
Now that we no longer support MSVS 2010 (_MSC_VER == 1600), we can remove these compiler version checks:
gfx/2d/Factory.cpp:90:#if defined(_MSC_VER) && _MSC_VER >= 1600 && (defined(_M_IX86) || defined(_M_AMD64))
gfx/2d/Tools.h:15:#if defined(_MSC_VER) && (_MSC_VER < 1600)
Attachment #8743655 -
Flags: review?(bas)
Updated•9 years ago
|
Attachment #8743655 -
Flags: review?(bas) → review+
Comment 2•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•