Go to the documentation of this file.
4 #ifndef LAYOUT_COMMON_H_
5 #define LAYOUT_COMMON_H_
8 #if (defined WIN32 || defined WIN64) && !defined LO_NO_EXPORTS
10 #ifdef LAYOUT_API_EXPORTS
11 #define LO_EXPORT __declspec(dllexport)
13 #define LO_EXPORT __declspec(dllimport)
14 #endif // LAYOUT_API_EXPORTS
20 #define LO_RESULT LO_EXPORT SUResult
22 #endif // LAYOUT_COMMON_H_