Last change
on this file since 52 was 31, checked in by sgosseli, 12 years ago |
Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.
|
File size:
764 bytes
|
Line | |
---|
1 | /**
|
---|
2 | *
|
---|
3 | * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
|
---|
4 | * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
|
---|
5 | *
|
---|
6 | * See the LICENSE file for more information or a copy at:
|
---|
7 | * http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
|
---|
8 | *
|
---|
9 | */
|
---|
10 |
|
---|
11 | #ifndef DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
12 | #define DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
13 |
|
---|
14 | // Export macro for DbitePlayer DLL for Windows only
|
---|
15 | #ifdef WIN32
|
---|
16 | # ifdef DBITE_PLAYER_EXPORTS
|
---|
17 | // make DLL
|
---|
18 | # define DBITE_PLAYER_API __declspec(dllexport)
|
---|
19 | # else
|
---|
20 | // use DLL
|
---|
21 | # define DBITE_PLAYER_API __declspec(dllimport)
|
---|
22 | # endif
|
---|
23 | #else
|
---|
24 | // On other platforms, simply ignore this
|
---|
25 | # define DBITE_PLAYER_API
|
---|
26 | #endif
|
---|
27 |
|
---|
28 | #endif // DEF_PACPUS_DBITEPLAYERCONFIG_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.