crashtesting: empty brace init of o3tl::enumarray doesn't zero each element
[LibreOffice.git] / writerperfect / inc / writerperfectdllapi.h
blob29f708ffc217eb452ae3b8f259fc6a52ca82008a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #pragma once
12 #if defined WRITERPERFECT_DLLIMPLEMENTATION
14 #define WRITERPERFECT_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
15 #else
16 #define WRITERPERFECT_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
17 #endif
18 #define WRITERPERFECT_DLLPRIVATE SAL_DLLPRIVATE
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */