AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
shadow
include
aws
iotshadow
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_IOTSHADOW_USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
9
# ifdef AWS_IOTSHADOW_USE_IMPORT_EXPORT
10
# ifdef AWS_IOTSHADOW_EXPORTS
11
# define AWS_IOTSHADOW_API __declspec(dllexport)
12
# else
13
# define AWS_IOTSHADOW_API __declspec(dllimport)
14
# endif
/* AWS_IOTSHADOW_EXPORTS */
15
# else
16
# define AWS_IOTSHADOW_API
17
# endif
/* AWS_IOTSHADOW_USE_IMPORT_EXPORT */
18
19
#else
/* defined (AWS_IOTSHADOW_USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
20
# define AWS_IOTSHADOW_API
21
#endif
/* defined (AWS_IOTSHADOW__USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
Generated by
1.8.20