Macros
scn_export.h File Reference

Go to the source code of this file.

Macros

#define SCN_EXPORT   __attribute__((visibility("default")))
 
#define SCN_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define SCN_DEPRECATED   __attribute__ ((__deprecated__))
 
#define SCN_DEPRECATED_EXPORT   SCN_EXPORT SCN_DEPRECATED
 
#define SCN_DEPRECATED_NO_EXPORT   SCN_NO_EXPORT SCN_DEPRECATED
 

Macro Definition Documentation

◆ SCN_EXPORT

#define SCN_EXPORT   __attribute__((visibility("default")))

Definition at line 15 of file scn_export.h.

◆ SCN_NO_EXPORT

#define SCN_NO_EXPORT   __attribute__((visibility("hidden")))

Definition at line 20 of file scn_export.h.

◆ SCN_DEPRECATED

#define SCN_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file scn_export.h.

◆ SCN_DEPRECATED_EXPORT

#define SCN_DEPRECATED_EXPORT   SCN_EXPORT SCN_DEPRECATED

Definition at line 29 of file scn_export.h.

◆ SCN_DEPRECATED_NO_EXPORT

#define SCN_DEPRECATED_NO_EXPORT   SCN_NO_EXPORT SCN_DEPRECATED

Definition at line 33 of file scn_export.h.