X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fcommon%2Floader-ico.h;h=c68f1549be7f3846ee3acd5abcc2e5cd22e8f4b6;hb=a63a198ce3428cf8f66da17fd3be22c07db3ed5c;hp=a8f9e80210fee674638f10ea10a05a972ad45858;hpb=6351f46a2ec7a95878d51e851dcc5bd1b96a78e5;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/imaging/common/loader-ico.h b/dali/internal/imaging/common/loader-ico.h index a8f9e80..c68f154 100755 --- a/dali/internal/imaging/common/loader-ico.h +++ b/dali/internal/imaging/common/loader-ico.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TIZEN_PLATFORM_LOADER_ICO_H__ -#define __DALI_TIZEN_PLATFORM_LOADER_ICO_H__ +#ifndef DALI_TIZEN_PLATFORM_LOADER_ICO_H +#define DALI_TIZEN_PLATFORM_LOADER_ICO_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -54,7 +54,8 @@ bool LoadBitmapFromIco( const Dali::ImageLoader::Input& input, Dali::Devel::Pixe */ bool LoadIcoHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height ); -} +} // namespace TizenPlatform -} -#endif +} // namespace Dali + +#endif // DALI_TIZEN_PLATFORM_LOADER_ICO_H