ソースを参照

Closes https://github.com/assimp/assimp/issues/778: export android system.

Kim Kulling 9 年 前
コミット
f1666d22ce
1 ファイル変更1 行追加1 行削除
  1. 1 1
      include/assimp/port/AndroidJNI/AndroidJNIIOSystem.h

+ 1 - 1
include/assimp/port/AndroidJNI/AndroidJNIIOSystem.h

@@ -54,7 +54,7 @@ namespace Assimp	{
 
 // ---------------------------------------------------------------------------
 /** Android extension to DefaultIOSystem using the standard C file functions */
-class AndroidJNIIOSystem : public DefaultIOSystem
+class ASSIMP_API AndroidJNIIOSystem : public DefaultIOSystem
 {
 public: