Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv11481
Modified Files:
Export.h
Log Message:
Index: Export.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Export.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Export.h 10 Aug 2003 17:52:08 -0000 1.7
--- Export.h 10 Aug 2003 21:09:42 -0000 1.8
***************
*** 40,44 ****
# if defined(_MSC_VER) && (_MSC_VER <= 1310)
! #pragma warning (disable : 4786 4251)
# endif
--- 40,44 ----
# if defined(_MSC_VER) && (_MSC_VER <= 1310)
! #pragma warning (disable : 4786 4251 4290)
# endif
|