Closed
Bug 1393896
Opened 7 years ago
Closed 5 years ago
nrappkit uses incorrect preprocessor flags to detect Windows
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
In our patch on top of nrappkit, Windows is detected for header including using #ifndef _MSC_VER - this is incorrect (as it breaks the MinGW build). The correct directive to use is WIN32.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Rank: 17
Priority: -- → P1
Comment 2•7 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
Assignee | ||
Updated•7 years ago
|
Priority: P2 → P3
Assignee | ||
Comment 3•5 years ago
|
||
Last time I tried building WebRTC I did not get the same errors. I'm resolving the sub-bugs as Incomplete until I can go back to building WebRTC and if they are still applicable, I'll reopen.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•