fc11234656
2008/04/01 15:29:41 thb 1.2.1046.1: #i85898# Stripping all external header guards
13 lines
285 B
C
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 */
|