Changes for Cygwin build, sent in by Norman Vine.

This commit is contained in:
Robert Osfield
2002-05-28 11:40:37 +00:00
parent 165cc1bf42
commit e73d4ca5b3
15 changed files with 85 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
// ReaderWriterFLT.cpp
#if defined(WIN32) && !defined(__CYGWIN__)
#if defined(_MSC_VER)
#pragma warning( disable : 4786 )
#endif