25 #ifndef TGUI_CONFIG_HPP 26 #define TGUI_CONFIG_HPP 31 #ifdef SFML_SYSTEM_WINDOWS 35 #define TGUI_API __declspec(dllexport) 37 #define TGUI_API __declspec(dllimport) 42 #pragma warning(disable: 4251) 45 #else // Linux, FreeBSD, Mac OS X 49 #define TGUI_API __attribute__ ((__visibility__ ("default"))) 66 #define TGUI_VERSION_MAJOR 0 67 #define TGUI_VERSION_MINOR 6 68 #define TGUI_VERSION_PATCH 10 71 #endif // TGUI_CONFIG_HPP