LibreOffice
LibreOffice 7.1 SDK C/C++ API Reference
cppudllapi.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2#ifndef INCLUDED_CPPU_CPPUDLLAPI_H
3#define INCLUDED_CPPU_CPPUDLLAPI_H
4
5#include "sal/types.h"
6
7#if defined(CPPU_DLLIMPLEMENTATION)
8#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
9#else
10#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
11#endif
12
13#if defined(PURPENV_DLLIMPLEMENTATION)
14#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
15#else
16#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
17#endif
18
19#endif // INCLUDED_CPPU_CPPUDLLAPI_H
20
21/* vim:set shiftwidth=4 softtabstop=4 expandtab: */