Go to the documentation of this file.
25 #if defined _WIN32 || defined __CYGWIN__
28 #define FIFE_PUBLIC __attribute__((dllexport))
30 #define FIFE_PUBLIC __declspec(dllexport)
34 #define FIFE_PUBLIC __attribute__((dllimport))
36 #define FIFE_PUBLIC __declspec(dllimport)
42 #define FIFE_PUBLIC __attribute__((visibility("default")))
43 #define FIFE_HIDDEN __attribute__((visibility("hidden")))
51 #endif //FIFE_EXPORT_H