My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
storedllapi.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_STOREDLLAPI_H
3 #define INCLUDED_STOREDLLAPI_H
4 
5 #include "sal/types.h"
6 
7 #if defined(STORE_DLLIMPLEMENTATION)
8 #define STORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
9 #else
10 #define STORE_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
11 #endif
12 
13 #endif /* INCLUDED_STOREDLLAPI_H */
14 
15 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */