AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 #ifndef INCLUDED_CPPU_CPPUDLLAPI_H
4 #define INCLUDED_CPPU_CPPUDLLAPI_H
5 
6 #include "sal/types.h"
7 
8 #if defined(CPPU_DLLIMPLEMENTATION)
9 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
10 #else
11 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
12 #endif
13 
14 #if defined(PURPENV_DLLIMPLEMENTATION)
15 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
16 #else
17 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
18 #endif
19 
20 #endif // INCLUDED_CPPU_CPPUDLLAPI_H
21 
22 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */