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

This commit is contained in:
roc+%cs.cmu.edu 2004-04-24 22:46:24 +00:00
Родитель b918ff2690
Коммит 8b216481c1
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -53,7 +53,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>

Просмотреть файл

@ -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>