diff --git a/rw.cpp b/rw.cpp index 702090cc..d7287fad 100644 --- a/rw.cpp +++ b/rw.cpp @@ -12,9 +12,9 @@ #ifndef CRYPTOPP_IMPORTS #if defined(_OPENMP) -static const bool CRYPTOPP_RW_USE_OMP = true; +# define CRYPTOPP_RW_USE_OMP 1 #else -static const bool CRYPTOPP_RW_USE_OMP = false; +# define CRYPTOPP_RW_USE_OMP 0 #endif NAMESPACE_BEGIN(CryptoPP)