#pragma is msvc specific, not win32 specific

This commit is contained in:
cls%seawood.org 2003-08-02 19:50:46 +00:00
parent a8b11eb498
commit b269896d2b
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ class nsIDTD;
class nsScanner;
class nsIProgressEventSink;
#ifdef XP_WIN
#ifdef _MSC_VER
#pragma warning( disable : 4275 )
#endif

View File

@ -93,7 +93,7 @@ class nsIDTD;
class nsScanner;
class nsIProgressEventSink;
#ifdef XP_WIN
#ifdef _MSC_VER
#pragma warning( disable : 4275 )
#endif