From: <de...@us...> - 2003-02-03 19:10:56
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv18637 Modified Files: Path.h Log Message: no message Index: Path.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Path.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Path.h 2 Feb 2003 15:36:09 -0000 1.3 --- Path.h 3 Feb 2003 19:10:52 -0000 1.4 *************** *** 36,40 **** #include <string> ! #if defined(_MSC_VER) && (_MSC_VER <= 1200) #include <assert.h> #endif --- 36,40 ---- #include <string> ! #if defined(_MSC_VER) && (_MSC_VER <= 1300) #include <assert.h> #endif |