mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
nscore.h has unreachable MSVC #defines (mutually exclusive nested #if), r=dbaron sr=scc a=superfly asa
This commit is contained in:
parent
fbb8083387
commit
bd082469e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user