Update dll_symbol.h

Enable dynamic symbol export for assimp shared libs
pull/5503/head
Kim Kulling 2024-07-22 21:25:48 +02:00 committed by GitHub
parent be5961a259
commit 987d858ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
# define P2T_COMPILER_DLLIMPORT
#endif
#ifdef ASSIMP_DLL
# define P2T_SHARED_EXPORTS 1
#endif
#ifndef P2T_DLL_SYMBOL
# if defined(P2T_STATIC_EXPORTS)
# define P2T_DLL_SYMBOL