Files
MINGW-packages/mingw-w64-aws-sdk-cpp/0002-dll-export-some-classes.patch
2022-11-19 11:28:01 +01:00

23 lines
662 B
Diff

--- a/aws-cpp-sdk-sts/include/aws/sts/STSEndpointRules.h
+++ b/aws-cpp-sdk-sts/include/aws/sts/STSEndpointRules.h
@@ -12,7 +12,7 @@
{
namespace STS
{
-class STSEndpointRules
+class AWS_STS_API STSEndpointRules
{
public:
static Aws::String GetRulesAsString();
--- a/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityEndpointRules.h
+++ b/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityEndpointRules.h
@@ -12,7 +12,7 @@
{
namespace CognitoIdentity
{
-class CognitoIdentityEndpointRules
+class AWS_COGNITOIDENTITY_API CognitoIdentityEndpointRules
{
public:
static Aws::String GetRulesAsString();