xref: /AOO41X/main/sc/inc/scdllapi.h (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1 #ifndef INCLUDED_SCDLLAPI_H
2 #define INCLUDED_SCDLLAPI_H
3 
4 #include "sal/types.h"
5 
6 #if defined(SC_DLLIMPLEMENTATION)
7 #define SC_DLLPUBLIC  SAL_DLLPUBLIC_EXPORT
8 #else
9 #define SC_DLLPUBLIC  SAL_DLLPUBLIC_IMPORT
10 #endif
11 #define SC_DLLPRIVATE SAL_DLLPRIVATE
12 
13 #endif /* INCLUDED_SCDLLAPI_H */
14