Go to the documentation of this file.
9 #ifndef GWEN_GUI_FOX16_API_H
10 #define GWEN_GUI_FOX16_API_H
16 #if defined __GNUC__ && (! defined (__sun)) && (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) || defined _MSC_VER
17 # ifdef BUILDING_FOX16_GUI
19 # if GWENHYWFAR_SYS_IS_WINDOWS
22 # define FOX16GUI_API __declspec (dllexport)
28 # ifdef GCC_WITH_VISIBILITY_ATTRIBUTE
29 # define FOX16GUI_API __attribute__((visibility("default")))
36 # if GWENHYWFAR_SYS_IS_WINDOWS
39 # define FOX16GUI_API __declspec (dllimport)