Closed
Bug 1119068
Opened 11 years ago
Closed 11 years ago
Clean up some code used for older unsupported MSVC versions; r=bsmedberg
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 1 obsolete file)
|
6.59 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8545573 -
Flags: review?(benjamin)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ehsan
Comment on attachment 8545573 [details] [diff] [review]
Clean up some code used for older unsupported MSVC versions
Review of attachment 8545573 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/xre/WindowsCrtPatch.h
@@ +128,5 @@
> MOZ_ASSERT(!GetModuleHandleA("msvcr120d.dll"));
>
> // Temporary until we fully switch over to VS 2013:
> MOZ_ASSERT(!GetModuleHandleA("msvcr100.dll"));
> MOZ_ASSERT(!GetModuleHandleA("msvcr100d.dll"));
You could remove these too if you want.
Comment 3•11 years ago
|
||
Comment on attachment 8545573 [details] [diff] [review]
Clean up some code used for older unsupported MSVC versions
This appears to remove a block #elif defined(__GNUC__) && defined(NSS_X86_OR_X64) and that appears at first glance to be accidental not intentional.
Attachment #8545573 -
Flags: review?(benjamin) → review-
| Assignee | ||
Updated•11 years ago
|
Attachment #8545573 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8547671 -
Flags: review?(benjamin)
Updated•11 years ago
|
Attachment #8547671 -
Flags: review?(benjamin) → review+
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/c47d9b79f2e5 for b2g build bustage
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•