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