summaryrefslogtreecommitdiff
path: root/include/drawinglayer/drawinglayerdllapi.h
blob: 0b3983504919af653ee9e219a2519ff9cab99fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#ifndef INCLUDED_DRAWINGLAYER_DRAWINGLAYERDLLAPI_H
#define INCLUDED_DRAWINGLAYER_DRAWINGLAYERDLLAPI_H

#include <sal/types.h>

#if defined(DRAWINGLAYER_DLLIMPLEMENTATION)
#define DRAWINGLAYER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define DRAWINGLAYER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define DRAWINGLAYER_DLLPRIVATE SAL_DLLPRIVATE

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
f4b182'>normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl 2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl 2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2013-10-25jfreereport: stop pointlessly renaming the jar filesMichael Stahl 2013-10-19fix path after move to externalDavid Tardon 2013-10-13add missing depDavid Tardon 2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann 2013-09-09scp2: a little cleaningMatúš Kukan 2013-09-09ure: install files with filelistsMatúš Kukan 2013-09-02No need to install non-SONAME versions of icu libsStephan Bergmann 2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist