Go to the documentation of this file.
33 #ifndef FRAPPERPLATFORM_H
34 #define FRAPPERPLATFORM_H
37 #ifdef frappercore_EXPORTS
38 #define FRAPPER_CORE_EXPORT __declspec(dllexport)
40 #define FRAPPER_CORE_EXPORT __declspec(dllimport)
42 #ifdef frappergui_EXPORTS
43 #define FRAPPER_GUI_EXPORT __declspec(dllexport)
45 #define FRAPPER_GUI_EXPORT __declspec(dllimport)
48 #define FRAPPER_CORE_EXPORT