Closed
Bug 705553
Opened 13 years ago
Closed 13 years ago
Make mailnews/addrbook compile with frozen linkage on Windows
Categories
(MailNews Core :: Address Book, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 11.0
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file)
5.89 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #434746 +++
Just a few changes to help with the compilation process with frozen linkage.
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 577145 [details] [diff] [review]
Proposed patch
>- PRInt32 errorCode = 0 ;
>+ nsresult errorCode = NS_OK ;
nit: let's drop the space before ; as we're touching this line.
Attachment #577145 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Pushed changeset 95672521fc3b to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → Thunderbird 11.0
You need to log in
before you can comment on or make changes to this bug.
Description
•