mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
add EXPCL and stuff for BUILDING_MISC
This commit is contained in:
parent
1cdf536678
commit
6954fcd070
@ -46,11 +46,22 @@
|
||||
#define EXPTP_DTOOL extern
|
||||
#endif
|
||||
|
||||
#ifdef BUILDING_MISC
|
||||
#define EXPCL_MISC __declspec(dllexport)
|
||||
#define EXPTP_MISC
|
||||
#else /* BUILDING_MISC */
|
||||
#define EXPCL_MISC __declspec(dllimport)
|
||||
#define EXPTP_MISC extern
|
||||
#endif /* BUILDING_MISC */
|
||||
|
||||
#else /* !PENV_WIN32 */
|
||||
|
||||
#define EXPCL_DTOOL
|
||||
#define EXPTP_DTOOL
|
||||
|
||||
#define EXPCL_MISC
|
||||
#define EXPTP_MISC
|
||||
|
||||
#endif /* PENV_WIN32 */
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user