add #ifndef XP_MAC around some other platforms pragma (invalid with current Macintosh tools); this will reduce warnings on Macintosh compiler

This commit is contained in:
brade%netscape.com 1999-02-03 22:58:49 +00:00
Родитель d6bbfa484b
Коммит 8ce573df43
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -70,7 +70,10 @@ class nsScanner;
class nsIParserFilter;
#include <fstream.h>
#ifndef XP_MAC
#pragma warning( disable : 4275 )
#endif
CLASS_EXPORT_HTMLPARS nsParser : public nsIParser, public nsIStreamListener {

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

@ -70,7 +70,10 @@ class nsScanner;
class nsIParserFilter;
#include <fstream.h>
#ifndef XP_MAC
#pragma warning( disable : 4275 )
#endif
CLASS_EXPORT_HTMLPARS nsParser : public nsIParser, public nsIStreamListener {