From 27b306597f393be7ff3e3a036cc8b593759ffad3 Mon Sep 17 00:00:00 2001 From: "Jinho, Lee" Date: Thu, 12 Oct 2017 19:11:23 +0900 Subject: [PATCH] [4.0] Add DALI_IMPORT_API for reference GetMaxTextureSize is changed import api for reference Change-Id: I89fef421f76ffa3ccfcd473241895bd62883ee8c --- adaptors/devel-api/adaptor-framework/image-loading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptors/devel-api/adaptor-framework/image-loading.h b/adaptors/devel-api/adaptor-framework/image-loading.h index a9476e3..cce5f3a 100644 --- a/adaptors/devel-api/adaptor-framework/image-loading.h +++ b/adaptors/devel-api/adaptor-framework/image-loading.h @@ -104,7 +104,7 @@ void SetMaxTextureSize( unsigned int size ); * * @return The maximum texture size */ -unsigned int GetMaxTextureSize(); +DALI_IMPORT_API unsigned int GetMaxTextureSize(); } // Dali -- 2.7.4