From: <de...@us...> - 2003-01-20 18:27:47
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv2142 Modified Files: Tag: simdata hash_map.h Log Message: no message Index: hash_map.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/hash_map.h,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** hash_map.h 20 Jan 2003 05:53:12 -0000 1.1.2.4 --- hash_map.h 20 Jan 2003 18:27:43 -0000 1.1.2.5 *************** *** 15,20 **** #endif #else ! #ifdef WIN32 ! #include <hash_map.h> #define HASH_MAP std::hash_map #define HASH std::hash --- 15,20 ---- #endif #else ! #ifdef _MSC_VER ! #include <hash_map> #define HASH_MAP std::hash_map #define HASH std::hash |