My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cppuhelperdllapi.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef INCLUDED_CPPUHELPERDLLAPI_H
3 #define INCLUDED_CPPUHELPERDLLAPI_H
4 
5 #include "sal/types.h"
6 
7 #if defined(CPPUHELPER_DLLIMPLEMENTATION)
8 #define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
9 #else
10 #define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
11 #endif
12 #define CPPUHELPER_DLLPRIVATE SAL_DLLPRIVATE
13 
14 #endif /* INCLUDED_CPPUHELPERDLLAPI_H */
15 
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */