C Server-Side SDK
LaunchDarkly SDK
export.h
Go to the documentation of this file.
1
6
#pragma once
7
9
#ifdef DOXYGEN_SHOULD_SKIP_THIS
10
#define LD_EXPORT(x) x
11
#else
12
#ifdef _WIN32
13
#define LD_EXPORT(x) __declspec(dllexport) x
14
#else
15
#define LD_EXPORT(x) __attribute__((visibility("default"))) x
16
#endif
17
#endif
c-sdk-common
include
launchdarkly
export.h
Generated by
1.8.17