Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
target.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IS_GNU   0
 
#define IS_MSVC   0
 
#define IS_WIN   0
 
#define IS_DL_TARGET   0
 
#define IS_SL_TARGET   0
 
#define IS_AB_TARGET   1
 
#define IS_QT   0
 
#define TARGET_EXPORT   __attribute__((visibility("default")))
 
#define TARGET_IMPORT
 
#define TARGET_HIDDEN   __attribute__((visibility("hidden")))
 

Macro Definition Documentation

◆ IS_AB_TARGET

#define IS_AB_TARGET   1

◆ IS_DL_TARGET

#define IS_DL_TARGET   0

◆ IS_GNU

#define IS_GNU   0

◆ IS_MSVC

#define IS_MSVC   0

◆ IS_QT

#define IS_QT   0

◆ IS_SL_TARGET

#define IS_SL_TARGET   0

◆ IS_WIN

#define IS_WIN   0

◆ TARGET_EXPORT

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

◆ TARGET_HIDDEN

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

◆ TARGET_IMPORT

#define TARGET_IMPORT