Closed
Bug 386658
Opened 17 years ago
Closed 17 years ago
Firefox (and TB and SM) build broken on msvc7.1 ('vsnprintf': identifier not found)
Categories
(Core :: General, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: Gavin, Assigned: Gavin)
References
Details
Attachments
(1 file)
2.08 KB,
patch
|
emaijala+moz
:
review+
|
Details | Diff | Splinter Review |
'vnsprintf' doesn't exist, using _vnsprintf works (and should work everywhere).
Assignee | ||
Comment 1•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9beta1
Updated•17 years ago
|
Summary: Firefox (and TB and SM) build broken on msvc7.1 ('vnsprintf': identifier not found) → Firefox (and TB and SM) build broken on msvc7.1 ('vsnprintf': identifier not found)
Updated•17 years ago
|
Attachment #270640 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Thanks for the review!
mozilla/browser/app/nsBrowserApp.cpp 1.45
mozilla/suite/app/nsSuiteApp.cpp 1.10
mozilla/mail/app/nsMailApp.cpp 1.24
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•