Go to the documentation of this file.
35 #if defined SALOMEAPP_EXPORTS || defined SalomeApp_EXPORTS
36 #define SALOMEAPP_EXPORT __declspec(dllexport)
38 #define SALOMEAPP_EXPORT __declspec(dllimport)
41 #if defined SALOMEAPPIMPL_EXPORTS || defined SalomeAppImpl_EXPORTS
42 #define SALOMEAPPIMPL_EXPORT __declspec(dllexport)
44 #define SALOMEAPPIMPL_EXPORT __declspec(dllimport)
47 #if defined SALOMEAPPSL_EXPORTS || defined SalomeAppSL_EXPORTS
48 #define SALOMEAPPSL_EXPORT __declspec(dllexport)
50 #define SALOMEAPPSL_EXPORT __declspec(dllimport)
54 #define SALOMEAPP_EXPORT
55 #define SALOMEAPPIMPL_EXPORT
56 #define SALOMEAPPSL_EXPORT
59 #define APP_VERSION "0.1"
62 #pragma warning ( disable: 4251 )