Last change
on this file since 75 was 66, checked in by Marek Kurdej, 12 years ago |
Documentation: file info.
|
-
Property svn:keywords
set to
Id
|
File size:
862 bytes
|
Rev | Line | |
---|
[62] | 1 | // This file is part of the PACPUS framework distributed under the
|
---|
| 2 | // CECILL-C License, Version 1.0.
|
---|
| 3 | //
|
---|
[66] | 4 | /// @file
|
---|
[62] | 5 | /// @author Firstname Surname <firstname.surname@utc.fr>
|
---|
| 6 | /// @date Month, Year
|
---|
| 7 | /// @version $Id: DbitePlayerConfig.h 66 2013-01-09 16:54:11Z kurdejma $
|
---|
| 8 | /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
|
---|
| 9 | /// @brief Brief description.
|
---|
| 10 | ///
|
---|
| 11 | /// Detailed description.
|
---|
[3] | 12 |
|
---|
[31] | 13 | #ifndef DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
| 14 | #define DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
[3] | 15 |
|
---|
| 16 | // Export macro for DbitePlayer DLL for Windows only
|
---|
| 17 | #ifdef WIN32
|
---|
| 18 | # ifdef DBITE_PLAYER_EXPORTS
|
---|
| 19 | // make DLL
|
---|
| 20 | # define DBITE_PLAYER_API __declspec(dllexport)
|
---|
| 21 | # else
|
---|
| 22 | // use DLL
|
---|
| 23 | # define DBITE_PLAYER_API __declspec(dllimport)
|
---|
| 24 | # endif
|
---|
| 25 | #else
|
---|
| 26 | // On other platforms, simply ignore this
|
---|
| 27 | # define DBITE_PLAYER_API
|
---|
| 28 | #endif
|
---|
| 29 |
|
---|
[31] | 30 | #endif // DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.