windows: Store the window handle in a pointer sized type 64/242164/1
authorWander Lairson Costa <wander.lairson@gmail.com>
Thu, 23 Jul 2020 15:57:54 +0000 (12:57 -0300)
committerVíctor Cebollada <v.cebollada@samsung.com>
Mon, 24 Aug 2020 15:04:19 +0000 (15:04 +0000)
commitf35ca07dfa3c7ee0a8e0098a43cdf6faf2cf73eb
tree53aed4220033c958c57846daa7118b2aaa474558
parent1f9b132d9942deb7cb53561d65c982378194f971
windows: Store the window handle in a pointer sized type

Under the hoods, HWND is a typedef to a void *, which is can't be stored
in the int in 64 bits systems.

Change-Id: I580170eaabf6508abc8bbca7395da98233164d9b
dali/internal/window-system/windows/platform-implement-win.h
dali/internal/window-system/windows/window-base-win.cpp
dali/internal/window-system/windows/window-base-win.h