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