X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fapi.h;h=45f4a1c2327e1ac1e5504d0f10d4212c8ef05831;hp=f5ffea057f20ab10824075e292c8259faeab5b55;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d 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