nscore.h has unreachable MSVC #defines (mutually exclusive nested #if), r=dbaron sr=scc a=superfly asa

This commit is contained in:
dougt%netscape.com 2002-07-12 21:08:56 +00:00
parent fbb8083387
commit bd082469e9

View File

@ -192,10 +192,7 @@ typedef PRUint32 nsresult;
#define HAVE_CPP_TYPENAME
#define HAVE_CPP_ACCESS_CHANGING_USING
#if (_MSC_VER<1100)
/* before 5.0, VC++ couldn't handle explicit */
#undef HAVE_CPP_EXPLICIT
#elif (_MSC_VER==1100)
#if (_MSC_VER==1100)
/* VC++5.0 has an internal compiler error (sometimes) without this */
#undef HAVE_CPP_ACCESS_CHANGING_USING
#endif