AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
commands
include
aws
iotcommands
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_IOTCOMMANDS_USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
9
# ifdef AWS_IOTCOMMANDS_USE_IMPORT_EXPORT
10
# ifdef AWS_IOTCOMMANDS_EXPORTS
11
# define AWS_IOTCOMMANDS_API __declspec(dllexport)
12
# else
13
# define AWS_IOTCOMMANDS_API __declspec(dllimport)
14
# endif
/* AWS_IOTCOMMANDS_EXPORTS */
15
# else
16
# define AWS_IOTCOMMANDS_API
17
# endif
/* AWS_IOTCOMMANDS_USE_IMPORT_EXPORT */
18
19
#else
/* defined (AWS_IOTCOMMANDS_USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
20
# define AWS_IOTCOMMANDS_API
21
#endif
/* defined (AWS_IOTCOMMANDS__USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
Generated by
1.8.20