nss: upgrade to release 3.73
[LibreOffice.git] / include / cppu / cppudllapi.h
blobfecbdca71164dcb68f7857e9cab2b8adf6fe860f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef INCLUDED_CPPU_CPPUDLLAPI_H
3 #define INCLUDED_CPPU_CPPUDLLAPI_H
5 #include "sal/types.h"
7 #if defined(CPPU_DLLIMPLEMENTATION)
8 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
9 #else
10 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
11 #endif
13 #if defined(PURPENV_DLLIMPLEMENTATION)
14 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
15 #else
16 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
17 #endif
19 #endif // INCLUDED_CPPU_CPPUDLLAPI_H
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */