Fixing bustage ... MSVC can't handle the array size template.

git-svn-id: svn://10.0.0.236/trunk@155465 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2004-04-24 22:46:24 +00:00
parent b384da40fb
commit 436c653d76
2 changed files with 6 additions and 2 deletions

View File

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