office-gobmx/sc/inc/scdllapi.h
Rüdiger Timm fc11234656 INTEGRATION: CWS changefileheader (1.2.1046); FILE MERGED
2008/04/01 15:29:41 thb 1.2.1046.1: #i85898# Stripping all external header guards
2008-04-10 17:50:08 +00:00

13 lines
285 B
C

#ifndef INCLUDED_SCDLLAPI_H
#define INCLUDED_SCDLLAPI_H
#include "sal/types.h"
#if defined(SC_DLLIMPLEMENTATION)
#define SC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define SC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define SC_DLLPRIVATE SAL_DLLPRIVATE
#endif /* INCLUDED_SCDLLAPI_H */