158987bf53
2004/07/19 19:10:42 mhu 1.1.2.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
15 lines
314 B
C
15 lines
314 B
C
#ifndef INCLUDED_SWDLLAPI_H
|
|
#define INCLUDED_SWDLLAPI_H
|
|
|
|
#ifndef _SAL_TYPES_H_
|
|
#include "sal/types.h"
|
|
#endif
|
|
|
|
#if defined(SW_DLLIMPLEMENTATION)
|
|
#define SW_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
|
#else
|
|
#define SW_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
|
#endif
|
|
#define SW_DLLPRIVATE SAL_DLLPRIVATE
|
|
|
|
#endif /* INCLUDED_SWDLLAPI_H */
|