Go to the documentation of this file.
34 #ifndef FREPPLE_INTERFACE_H
35 #define FREPPLE_INTERFACE_H
45 #if defined(WIN32) && !defined(DOXYGEN)
48 #define DECLARE_EXPORT(type) __declspec (dllexport) type
50 #define DECLARE_EXPORT(type) __declspec (dllimport) type
54 #define DECLARE_EXPORT(type) __declspec (dllexport) type __stdcall
56 #define DECLARE_EXPORT(type) __declspec (dllimport) type __stdcall
60 #define DECLARE_EXPORT(type) type
201 #endif // End of FREPPLE_INTERFACE_H