AWS IoT Device SDK C++ v2  1.32.6
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_IOTJOBS_USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
9 # ifdef AWS_IOTJOBS_USE_IMPORT_EXPORT
10 # ifdef AWS_IOTJOBS_EXPORTS
11 # define AWS_IOTJOBS_API __declspec(dllexport)
12 # else
13 # define AWS_IOTJOBS_API __declspec(dllimport)
14 # endif /* AWS_IOTJOBS_EXPORTS */
15 # else
16 # define AWS_IOTJOBS_API
17 # endif /* AWS_IOTJOBS_USE_IMPORT_EXPORT */
18 
19 #else /* defined (AWS_IOTJOBS_USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
20 # define AWS_IOTJOBS_API
21 #endif /* defined (AWS_IOTJOBS__USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */