Added WIN32 warning suppression pragma.

This commit is contained in:
rogerl%netscape.com 2001-02-09 19:11:04 +00:00
Родитель d568d40910
Коммит 8852bd4828
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -22,6 +22,11 @@
// JS2 shell.
//
#ifdef _WIN32
// Turn off warnings about identifiers too long in browser information
#pragma warning(disable: 4786)
#endif
#if 1
#define DEBUGGER_FOO
#define INTERPRET_INPUT