Use correct calling convention
authorWander Lairson Costa <wander.lairson@gmail.com>
Tue, 1 Dec 2020 18:05:25 +0000 (15:05 -0300)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 11 Jan 2021 05:49:43 +0000 (14:49 +0900)
commit4d96ed59c3bb468c1435c4f682b9eb70057f3d6a
treef9c073099e03fcf91c5b0af15c59a595a87afcd1
parentfdaef9a133c867163c53c76c1368285473dd27d2
Use correct calling convention

Some callback and functions from DALi expected the calling convention to
be cdecl, this commit makes it right. The amd64 platforms this is rarely
a problem since arguments are passed through CPU registers, but in x86
this leads to stack corruption.
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/DaliEventHandler.cs