Amend dd1a18149cac29a69a0242a5efc467498f5f05cd: Visibility attribute is needed for MSVC/C++

This commit is contained in:
Dennis Schridde
2013-05-16 13:07:15 +02:00
parent a65a69fdc9
commit 2bdbcd78e7

View File

@@ -657,7 +657,11 @@ struct aiMaterialProperty
* have to stick with the aiMaterialGetXXX family of unbound functions.
* The library defines a set of standard keys (AI_MATKEY_XXX).
*/
#ifdef __cplusplus
struct ASSIMP_API aiMaterial
#else
struct aiMaterial
#endif
{
#ifdef __cplusplus