Go to the documentation of this file.
16 #ifndef __RIPLEY_SYSTEM_DEP_H__
17 #define __RIPLEY_SYSTEM_DEP_H__
19 #if defined(_WIN32) && defined(__INTEL_COMPILER)
34 #define RIPLEY_DLL_API
37 # ifndef RIPLEY_STATIC_LIB
38 # undef RIPLEY_DLL_API
39 # ifdef RIPLEY_EXPORTS
40 # define RIPLEY_DLL_API __declspec(dllexport)
42 # define RIPLEY_DLL_API __declspec(dllimport)
47 #endif // __RIPLEY_SYSTEM_DEP_H__