[windows] Use correct macro for exporting symbols 85/245785/2
authorWander Lairson Costa <wander.lairson@gmail.com>
Thu, 15 Oct 2020 14:58:32 +0000 (11:58 -0300)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 17 Nov 2020 17:57:13 +0000 (17:57 +0000)
commitc4c15723e4461bb72c1ae0e9340301da0c5b3c7f
treee1c73439186d0d0c0a426369aa604e3441f15299
parentfce4380a069fb3a2dfd55ba1557840f4f4a22477
[windows] Use correct macro for exporting symbols

DALI_IMPORT_API isn't defined on Windows, the correct macro is
DALI_CORE_API, which is defined to nothing on unix (like
DALI_IMPORT_API), and __declspec(dllexport/dllimport) on Windows.

Change-Id: I6150640eb67dbbcc78230d1a8fb1085538edff45
dali/devel-api/adaptor-framework/offscreen-application.h
dali/devel-api/adaptor-framework/offscreen-window.h