Closed
Bug 925173
Opened 11 years ago
Closed 11 years ago
don't depend on HAVE_64BIT_OS in FileUtils.cpp; use the standard __LP64__ macro instead
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: froydnj, Unassigned)
References
Details
Attachments
(1 file)
849 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
This point in the code is Mac-specific, so we are free to use Mac-specific macros
here. Just use __LP64__ instead of HAVE_64BIT_OS.
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #815153 -
Flags: review?(benjamin)
Updated•11 years ago
|
OS: All → Mac OS X
Updated•11 years ago
|
Attachment #815153 -
Flags: review?(benjamin) → review+
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•