From: <mk...@us...> - 2003-07-18 02:00:28
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv6300/Include Modified Files: SimpleConfig.h Log Message: Index: SimpleConfig.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/SimpleConfig.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SimpleConfig.h 22 Mar 2003 02:25:18 -0000 1.7 --- SimpleConfig.h 18 Jul 2003 02:00:22 -0000 1.8 *************** *** 336,340 **** private: ! # if defined(_MSC_VER) && (_MSC_VER == 1300) typedef HASH_MAP<std::string, ConfigElement*, simdata::eqstring> ConfigDictionary; #else --- 336,340 ---- private: ! # if defined(_MSC_VER) && (_MSC_VER >= 1300) typedef HASH_MAP<std::string, ConfigElement*, simdata::eqstring> ConfigDictionary; #else |