[Cppunit-cvs] cppunit2/include/cpptl config.h,1.4,1.5
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-15 08:51:09
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5128/include/cpptl Modified Files: config.h Log Message: * fixed int64_t support on VC++ 7.1 Index: config.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/config.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.h 15 Nov 2004 08:19:53 -0000 1.4 --- config.h 15 Nov 2004 08:50:59 -0000 1.5 *************** *** 30,34 **** # if _MSC_VER >= 1310 // VC++ 7.1 # define CPPTL_HAS_INT64 1 ! # define CPPTL_HAS_LONGLONG 1 # pragma warning( disable : 4800 ) // forcing value to bool performance warning # pragma warning( disable : 4018 ) // '<' signed/unsigned mismatch --- 30,34 ---- # if _MSC_VER >= 1310 // VC++ 7.1 # define CPPTL_HAS_INT64 1 ! //# define CPPTL_HAS_LONGLONG 1 // support but not by default. # pragma warning( disable : 4800 ) // forcing value to bool performance warning # pragma warning( disable : 4018 ) // '<' signed/unsigned mismatch |