AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
iotdevicecommon
include
aws
iotdevicecommon
Exports.h
Go to the documentation of this file.
1
#pragma once
2
7
#if defined(AWS_IOTDEVICECOMMON_USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
8
# ifdef AWS_IOTDEVICECOMMON_USE_IMPORT_EXPORT
9
# ifdef AWS_IOTDEVICECOMMON_EXPORTS
10
# define AWS_IOTDEVICECOMMON_API __declspec(dllexport)
11
# else
12
# define AWS_IOTDEVICECOMMON_API __declspec(dllimport)
13
# endif
/* AWS_IOTDEVICECOMMON_EXPORTS */
14
# else
15
# define AWS_IOTDEVICECOMMON_API
16
# endif
/* AWS_IOTDEVICECOMMON_USE_IMPORT_EXPORT */
17
18
#else
/* defined (AWS_IOTDEVICECOMMON_USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
19
# define AWS_IOTDEVICECOMMON_API
20
#endif
/* defined (AWS_IOTDEVICECOMMON__USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
Generated by
1.8.20