X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fapi.h;h=45f4a1c2327e1ac1e5504d0f10d4212c8ef05831;hb=020b07151378db83ab8e12eb3e2d51db0ed69996;hp=f5ffea057f20ab10824075e292c8259faeab5b55;hpb=bd126b5d480c08bf7a995b2c4532e80e76ec4ad2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/api.h b/dali-scene-loader/public-api/api.h index f5ffea0..45f4a1c 100644 --- a/dali-scene-loader/public-api/api.h +++ b/dali-scene-loader/public-api/api.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_API_H #define DALI_SCENE_LOADER_API_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,10 +22,10 @@ #elif defined(WIN32) #ifdef BUILDING_DALI_SCENE_LOADER -#define DALI_SCENE_LOADER_API __declspec(dllexport) +#define DALI_SCENE_LOADER_API __declspec(dllexport) #else -#define DALI_SCENE_LOADER_API __declspec(dllimport) -#endif // BUILDING_DALI_SCENE_LOADER +#define DALI_SCENE_LOADER_API __declspec(dllimport) +#endif // BUILDING_DALI_SCENE_LOADER #endif