UDK 3.2.7 C/C++ API Reference
|
00001 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ 00002 #ifndef INCLUDED_STOREDLLAPI_H 00003 #define INCLUDED_STOREDLLAPI_H 00004 00005 #include "sal/types.h" 00006 00007 #if defined(STORE_DLLIMPLEMENTATION) 00008 #define STORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT 00009 #else 00010 #define STORE_DLLPUBLIC SAL_DLLPUBLIC_IMPORT 00011 #endif 00012 00013 #endif /* INCLUDED_STOREDLLAPI_H */ 00014 00015 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */