Update dll_symbol.h
Enable dynamic symbol export for assimp shared libspull/5503/head
parent
be5961a259
commit
987d858ed0
|
@ -43,6 +43,9 @@
|
||||||
# define P2T_COMPILER_DLLIMPORT
|
# define P2T_COMPILER_DLLIMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ASSIMP_DLL
|
||||||
|
# define P2T_SHARED_EXPORTS 1
|
||||||
|
#endif
|
||||||
#ifndef P2T_DLL_SYMBOL
|
#ifndef P2T_DLL_SYMBOL
|
||||||
# if defined(P2T_STATIC_EXPORTS)
|
# if defined(P2T_STATIC_EXPORTS)
|
||||||
# define P2T_DLL_SYMBOL
|
# define P2T_DLL_SYMBOL
|
||||||
|
|
Loading…
Reference in New Issue