Explorar o código

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

Dennis Schridde %!s(int64=12) %!d(string=hai) anos
pai
achega
2bdbcd78e7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      include/assimp/material.h

+ 4 - 0
include/assimp/material.h

@@ -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