Index: config.h =================================================================== RCS file: /cvsroot/cryptopp/c5/config.h,v retrieving revision 1.28 diff -c -r1.28 config.h *** config.h 20 Dec 2006 15:20:00 -0000 1.28 --- config.h 22 Dec 2006 17:56:08 -0000 *************** *** 239,245 **** #endif // how to declare class constants ! #if defined(_MSC_VER) && _MSC_VER < 1300 # define CRYPTOPP_CONSTANT(x) enum {x}; #else # define CRYPTOPP_CONSTANT(x) static const int x; --- 239,245 ---- #endif // how to declare class constants ! #if defined(_MSC_VER) && _MSC_VER <= 1300 # define CRYPTOPP_CONSTANT(x) enum {x}; #else # define CRYPTOPP_CONSTANT(x) static const int x;