Panda3D
 All Classes Functions Variables Enumerations
contribsymbols.h
1 /* Filename: contribsymbols.h
2  * Created by: rdb (30Dec09)
3  *
4  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
5  *
6  * PANDA 3D SOFTWARE
7  * Copyright (c) Carnegie Mellon University. All rights reserved.
8  *
9  * All use of this software is subject to the terms of the revised BSD
10  * license. You should have received a copy of this license along
11  * with this source code in a file named "LICENSE."
12  *
13  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14 
15 #ifndef CONTRIBSYMBOLS_H
16 #define CONTRIBSYMBOLS_H
17 
18 /* See dtoolsymbols.h for a rant on the purpose of this file. */
19 
20 /* Note that the symbols declared in this file appear in alphabetical
21  order. Also note that we must use C-style comments only here, not
22  C++-style comments, since this file is occasionally included by a C
23  file. */
24 
25 #ifdef BUILDING_PANDAAI
26  #define EXPCL_PANDAAI EXPORT_CLASS
27  #define EXPTP_PANDAAI EXPORT_TEMPL
28 #else
29  #define EXPCL_PANDAAI IMPORT_CLASS
30  #define EXPTP_PANDAAI IMPORT_TEMPL
31 #endif
32 
33 #endif