1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of LibreOffice published API.
5 #ifndef INCLUDED_CPPU_CPPUDLLAPI_H
6 #define INCLUDED_CPPU_CPPUDLLAPI_H
10 #if defined(CPPU_DLLIMPLEMENTATION)
11 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
13 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
16 #if defined(PURPENV_DLLIMPLEMENTATION)
17 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
19 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
22 #endif // INCLUDED_CPPU_CPPUDLLAPI_H
24 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */