Files
loongoffice/xmlsecurity/inc/xmlsecuritydllapi.h
Tor Lillqvist e0849330bc Get rid of unnecessary directory levels $D/inc/$D
Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48
Reviewed-on: https://gerrit.libreoffice.org/25532
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2016-05-27 17:10:45 +00:00

24 lines
704 B
C

/* -*- 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_XMLSECURITY_INCDLLAPI_H
#define INCLUDED_XMLSECURITY_INCDLLAPI_H
#include <sal/types.h>
#if defined(XMLSECURITY_DLLIMPLEMENTATION)
#define XMLSECURITY_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define XMLSECURITY_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#endif // INCLUDED_XMLSECURITY_INCDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */