source: pacpusframework/trunk/include/Pacpus/DbitePlayer/DbitePlayerConfig.h@ 63

Last change on this file since 63 was 62, checked in by Marek Kurdej, 12 years ago

Update: license info.

File size: 851 bytes
Line 
1// This file is part of the PACPUS framework distributed under the
2// CECILL-C License, Version 1.0.
3//
4/// @author Firstname Surname <firstname.surname@utc.fr>
5/// @date Month, Year
6/// @version $Id$
7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
8/// @brief Brief description.
9///
10/// Detailed description.
11
12#ifndef DEF_PACPUS_DBITEPLAYERCONFIG_H
13#define DEF_PACPUS_DBITEPLAYERCONFIG_H
14
15// Export macro for DbitePlayer DLL for Windows only
16#ifdef WIN32
17# ifdef DBITE_PLAYER_EXPORTS
18 // make DLL
19# define DBITE_PLAYER_API __declspec(dllexport)
20# else
21 // use DLL
22# define DBITE_PLAYER_API __declspec(dllimport)
23# endif
24#else
25 // On other platforms, simply ignore this
26# define DBITE_PLAYER_API
27#endif
28
29#endif // DEF_PACPUS_DBITEPLAYERCONFIG_H
Note: See TracBrowser for help on using the repository browser.