|
Varjo Native SDK
|
|
Go to the documentation of this file.
6 #if defined __cplusplus
10 #ifndef VARJORUNTIME_STATIC
11 #ifdef VARJORUNTIME_EXPORTS
12 #define VARJORUNTIME_EXPORT __declspec(dllexport)
14 #define VARJORUNTIME_EXPORT __declspec(dllimport)
17 #define VARJORUNTIME_EXPORT
20 #ifndef VARJORUNTIME_NO_EXPORT
21 #define VARJORUNTIME_NO_EXPORT
24 #ifndef VARJORUNTIME_DEPRECATED
25 #define VARJORUNTIME_DEPRECATED __declspec(deprecated)
28 #define VARJO_API VARJORUNTIME_EXPORT
29 #define VARJO_EXPERIMENTAL_API VARJORUNTIME_EXPORT
30 #define VARJO_DEPRECATED_API VARJORUNTIME_EXPORT VARJORUNTIME_DEPRECATED
32 #if defined __cplusplus
36 #endif // VARJO_EXPORT_H