AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
Exports.h
Go to the documentation of this file.
1 #pragma once
2 /* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  *
5  * This file is generated
6  */
7 
8 #if defined(AWS_IOTIDENTITY_USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
9 # ifdef AWS_IOTIDENTITY_USE_IMPORT_EXPORT
10 # ifdef AWS_IOTIDENTITY_EXPORTS
11 # define AWS_IOTIDENTITY_API __declspec(dllexport)
12 # else
13 # define AWS_IOTIDENTITY_API __declspec(dllimport)
14 # endif /* AWS_IOTIDENTITY_EXPORTS */
15 # else
16 # define AWS_IOTIDENTITY_API
17 # endif /* AWS_IOTIDENTITY_USE_IMPORT_EXPORT */
18 
19 #else /* defined (AWS_IOTIDENTITY_USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
20 # define AWS_IOTIDENTITY_API
21 #endif /* defined (AWS_IOTIDENTITY__USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */