Closed
Bug 461852
Opened 17 years ago
Closed 17 years ago
windows mobile bustage on file protocol handler
Categories
(Core :: Networking: File, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
522 bytes,
patch
|
blassey
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•17 years ago
|
||
Assignee: nobody → doug.turner
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 344987 [details] [diff] [review]
patch v.1
on windows mobile, these two headers are not available.
Attachment #344987 -
Flags: superreview?(bzbarsky)
Attachment #344987 -
Flags: review?(blassey)
Comment 3•17 years ago
|
||
What functions are we using from these headers and why can they be excluded from the windows ce build? A comment to that effect would be good.
| Assignee | ||
Comment 4•17 years ago
|
||
I can add a comment:
// Windows mobile does not support internet shortcuts including
// CLSID_InternetShortcut and IUniformResourceLocator used in
// this file
Comment 5•17 years ago
|
||
don't you need to ifdef around those function calls as well?
| Assignee | ||
Comment 6•17 years ago
|
||
Yes. The ifdefs are already there.
this patch is required because we removed the shunt which, for some reason, had these headers in /include.
Updated•17 years ago
|
Attachment #344987 -
Flags: superreview?(bzbarsky) → superreview+
Updated•17 years ago
|
Attachment #344987 -
Flags: review?(blassey) → review+
| Assignee | ||
Comment 7•17 years ago
|
||
6b381bed4a3c
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•