fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / cppu / cppudllapi.h
blobee37e1b1c399ffedaf2070d5bc0f08e1e728b2ac
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef INCLUDED_CPPUDLLAPI_H
3 #define INCLUDED_CPPUDLLAPI_H
5 #include "sal/types.h"
7 #if defined(CPPU_DLLIMPLEMENTATION)
8 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
9 #else
10 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
11 #endif
13 #if defined(PURPENV_DLLIMPLEMENTATION)
14 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
15 #else
16 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
17 #endif
19 #endif /* INCLUDED_CPPUDLLAPI_H */
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */