Closed
Bug 1155624
Opened 11 years ago
Closed 11 years ago
Use std::max instead of max macro in cubeb_wasapi.cpp.
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
1.05 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
We build with -DNOMINMAX on mingw, so the macro is not available there. The attached patch uses std::max templated function instead.
Attachment #8593900 -
Flags: review?(kinetik)
Updated•11 years ago
|
Attachment #8593900 -
Flags: review?(kinetik) → review+
https://hg.mozilla.org/mozilla-central/rev/97c7b5c07014
https://hg.mozilla.org/mozilla-central/rev/9cd59e599f3a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•