Varjo Native SDK
Varjo_export.h File Reference

Go to the source code of this file.

Macros

#define __has_declspec_attribute(x)   0
 
#define VARJORUNTIME_EXPORT   __attribute__((dllimport))
 
#define VARJORUNTIME_NO_EXPORT
 
#define VARJORUNTIME_DEPRECATED   __attribute__((deprecated))
 
#define VARJO_EXPERIMENTAL_API   VARJORUNTIME_EXPORT
 
#define VARJO_DEPRECATED_API   VARJORUNTIME_EXPORT VARJORUNTIME_DEPRECATED
 

Macro Definition Documentation

◆ __has_declspec_attribute

#define __has_declspec_attribute (   x)    0

◆ VARJO_DEPRECATED_API

#define VARJO_DEPRECATED_API   VARJORUNTIME_EXPORT VARJORUNTIME_DEPRECATED

◆ VARJO_EXPERIMENTAL_API

#define VARJO_EXPERIMENTAL_API   VARJORUNTIME_EXPORT

◆ VARJORUNTIME_DEPRECATED

#define VARJORUNTIME_DEPRECATED   __attribute__((deprecated))

◆ VARJORUNTIME_EXPORT

#define VARJORUNTIME_EXPORT   __attribute__((dllimport))

◆ VARJORUNTIME_NO_EXPORT

#define VARJORUNTIME_NO_EXPORT