[4.0] Add DALI_IMPORT_API for reference 87/155887/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 12 Oct 2017 10:11:23 +0000 (19:11 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Mon, 16 Oct 2017 10:56:57 +0000 (19:56 +0900)
GetMaxTextureSize is changed import api for reference

Change-Id: I89fef421f76ffa3ccfcd473241895bd62883ee8c

adaptors/devel-api/adaptor-framework/image-loading.h

index a9476e3..cce5f3a 100644 (file)
@@ -104,7 +104,7 @@ void SetMaxTextureSize( unsigned int size );
  *
  * @return The maximum texture size
  */
-unsigned int GetMaxTextureSize();
+DALI_IMPORT_API unsigned int GetMaxTextureSize();
 
 } // Dali