Closed
Bug 354984
Opened 19 years ago
Closed 19 years ago
Patches to build with Vista RC1 SDK
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
References
Details
Attachments
(1 file)
7.50 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
Two minor patches are needed to build with the Vista RC1 SDK; the first simply includes IPTypes.h instead of reproducing it, because there is otherwise a conflict with a number of the enumerant values (because something else pulls in a new common header file with IpPrefixOriginOther etc.). IPTypes.h is present in the VC8 and VC7 Platform SDKs, so there should be no problem.
The other change is an odd compiler warning about incorrect types, but looking at the function prototypes, they seem indentical to the needed type.
Updated•19 years ago
|
Attachment #240764 -
Flags: review?(darin) → review+
Assignee | ||
Comment 2•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
I think this causes a build error when using mingw, I filed bug 358023 for it.
Updated•14 years ago
|
Assignee: nobody → vladimir
You need to log in
before you can comment on or make changes to this bug.
Description
•