Explorar o código

Enable portable linkage to fix build

Kim Kulling %!s(int64=3) %!d(string=hai) anos
pai
achega
e34becff62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/Common/BaseProcess.h

+ 1 - 1
code/Common/BaseProcess.h

@@ -175,7 +175,7 @@ private:
  * should be executed. If the function returns true, the class' Execute()
  * function is called subsequently.
  */
-class ASSIMP_API_WINONLY BaseProcess {
+class ASSIMP_API BaseProcess {
     friend class Importer;
 
 public: