diff --git a/misc.h b/misc.h index 626c2656..5e03a895 100644 --- a/misc.h +++ b/misc.h @@ -32,7 +32,7 @@ #include #endif -#if defined(__GNUC__) && !defined(__sun__) && !defined(__MINGW32__) +#if defined(__GNUC__) && defined(__linux__) #define CRYPTOPP_BYTESWAP_AVAILABLE #include #endif