Closed
Bug 782204
Opened 14 years ago
Closed 14 years ago
osfileutils.cpp fails to cross compile for Windows on case sensitive OS
Categories
(Toolkit Graveyard :: OS.File, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
737 bytes,
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
mingw uses all lower-case header names while for MSVC it doesn't matter. The trivial fix is attached.
Attachment #651279 -
Flags: review?(dteller)
Comment 1•14 years ago
|
||
Comment on attachment 651279 [details] [diff] [review]
fix v1.0
Review of attachment 651279 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks for the fix.
Attachment #651279 -
Flags: review?(dteller) → review+
Updated•14 years ago
|
Component: Networking: File → OS.File
Product: Core → Toolkit
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → jacek
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•3 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•