LibreOfficeDev
LibreOfficeDev 7.4 SDK C/C++ API Reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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.5