Closed
Bug 375560
Opened 19 years ago
Closed 13 years ago
remove outdated preprocessor tests in nscore.h
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ted, Unassigned)
References
()
Details
/* under Metrowerks (Mac), we don't have autoconf yet */
We don't even support that compiler anymore.
/* under VC++ (Windows), we don't have autoconf yet */
This is no longer true.
/* For now, don't use wchar_t on Unix because it breaks the Netscape
* commercial build. When this is fixed there will be no need for the
* |NS_REINTERPRET_CAST| in nsLiteralString.h either.
*/
I'm pretty sure this is no longer true, but I don't know if that's safe to change?
| Reporter | ||
Comment 1•19 years ago
|
||
Ok, so we still need the VC++ configure-y bits, but maybe we can stick them in configure instead.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•