Sync with Upstream master
commit
e394313071
6
config.h
6
config.h
|
|
@ -621,7 +621,11 @@ NAMESPACE_END
|
||||||
//#else
|
//#else
|
||||||
//# define CRYPTOPP_CONSTANT(x) static const int x;
|
//# define CRYPTOPP_CONSTANT(x) static const int x;
|
||||||
//#endif
|
//#endif
|
||||||
#define CRYPTOPP_CONSTANT(x) enum {x};
|
#if defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||||
|
# define CRYPTOPP_CONSTANT(x) static const int x;
|
||||||
|
#else
|
||||||
|
# define CRYPTOPP_CONSTANT(x) enum {x};
|
||||||
|
#endif
|
||||||
|
|
||||||
// ***************** Initialization and Constructor priorities ********************
|
// ***************** Initialization and Constructor priorities ********************
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue