Bug 242382 Trunk build failure in nsObjectFrame.cpp

patch by roland.mainz@nrubsig.org r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@156504 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-05-18 04:10:43 +00:00
parent 6590580432
commit 99ae073509
2 changed files with 10 additions and 6 deletions

View File

@@ -47,9 +47,11 @@
// If some platform(s) can't handle our template that matches literal strings,
// then we'll disable it on those platforms.
#if !defined(NS_DISABLE_LITERAL_TEMPLATE) && (defined(_MSC_VER) && _MSC_VER < 1310)
#define NS_DISABLE_LITERAL_TEMPLATE
#endif
#ifndef NS_DISABLE_LITERAL_TEMPLATE
# if (defined(_MSC_VER) && (_MSC_VER < 1310)) || (defined(__SUNPRO_CC) & (__SUNPRO_CC < 0x560))
# define NS_DISABLE_LITERAL_TEMPLATE
# endif
#endif /* !NS_DISABLE_LITERAL_TEMPLATE */
#include <string.h>