From: <de...@us...> - 2003-02-03 19:10:44
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv18536 Modified Files: DataArchive.h Log Message: no message Index: DataArchive.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/DataArchive.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DataArchive.h 2 Feb 2003 15:36:09 -0000 1.4 --- DataArchive.h 3 Feb 2003 19:10:39 -0000 1.5 *************** *** 27,30 **** --- 27,34 ---- #define __DATAARCHIVE_H__ + # if defined(_MSC_VER) && (_MSC_VER <= 1200) + #pragma warning(disable : 4786) + # endif + #include <string> #include <stdio.h> |