UDK 3.2.7 C/C++ API Reference
sal/saldllapi.h
Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
00002 #ifndef INCLUDED_SALDLLAPI_H
00003 #define INCLUDED_SALDLLAPI_H
00004 
00005 #include "sal/types.h"
00006 
00007 #if defined(SAL_DLLIMPLEMENTATION)
00008 #define SAL_DLLPUBLIC  SAL_DLLPUBLIC_EXPORT
00009 #else
00010 #define SAL_DLLPUBLIC  SAL_DLLPUBLIC_IMPORT
00011 #endif
00012 
00013 #endif /* INCLUDED_SALDLLAPI_H */
00014 
00015 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines