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_CPPUDLLAPI_H 00003 #define INCLUDED_CPPUDLLAPI_H 00004 00005 #include "sal/types.h" 00006 00007 #if defined(CPPU_DLLIMPLEMENTATION) 00008 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT 00009 #else 00010 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT 00011 #endif 00012 00013 #if defined(PURPENV_DLLIMPLEMENTATION) 00014 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT 00015 #else 00016 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT 00017 #endif 00018 00019 #endif /* INCLUDED_CPPUDLLAPI_H */ 00020 00021 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */