Closed
Bug 737986
Opened 14 years ago
Closed 14 years ago
Win wifi headers conflict with the new Win8 SDK
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file)
|
567 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/projects/elm/rev/9c985bdad2f1
Note this isn't the proper fix, instead of checking for MOZ_WIN8METRO, this should be checking for the 602 sdk.
| Assignee | ||
Comment 1•14 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #30)
> Comment on attachment 605186 [details] [diff] [review]
> wifi code header fixes
>
> > +#ifndef MOZ_WIN8METRO
> > +#include <ntddndis.h>
> > +#include <winioctl.h>
> > +#endif
> Are these headers even required? No one refer APIs in those headers after
> bug 600235.
Might not be, I'll test on a regular mc build.
| Assignee | ||
Comment 2•14 years ago
|
||
These are no longer needed for our normal desktop builds.
Assignee: nobody → jmathies
Attachment #608081 -
Flags: review?(doug.turner)
Updated•14 years ago
|
Attachment #608081 -
Flags: review?(doug.turner) → review+
Comment 3•14 years ago
|
||
make sure things continue to build :)
| Assignee | ||
Comment 4•14 years ago
|
||
It built locally without those headers, but I'll throw all of these at try to be safe.
Comment 5•14 years ago
|
||
sounds like you've done this before... :D
| Assignee | ||
Comment 6•14 years ago
|
||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•