AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
saldllapi.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_SAL_SALDLLAPI_H
5 #define INCLUDED_SAL_SALDLLAPI_H
6 
7 #include "sal/config.h"
8 
9 #include "sal/types.h"
10 
11 #if defined(SAL_DLLIMPLEMENTATION)
12 #define SAL_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
13 #else
14 #define SAL_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
15 #endif
16 
17 #endif // INCLUDED_SAL_SALDLLAPI_H
18 
19 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */