Update comments

pull/696/head
Jeffrey Walton 2018-07-30 12:42:53 -04:00
parent 973fbf0e2f
commit d952cb99c2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ NAMESPACE_END
#endif
#endif
// Sun Studio 12 provides GCC-style alignment.
// Sun Studio Express 3 (December 2006) provides GCC-style attributes.
#ifndef CRYPTOPP_ALIGN_DATA
#if defined(_MSC_VER)
#define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x))