2010-10-27 06:43:08 -05:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2004-08-23 03:25:52 -05:00
|
|
|
#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 */
|
2010-10-27 06:43:08 -05:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|