examples: cast to uintptr_t instead of long
authorVincent Torri <vincent.torri@gmail.com>
Thu, 1 Aug 2019 06:44:00 +0000 (06:44 +0000)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 02:51:00 +0000 (11:51 +0900)
commit8def7d35536358d471803aa668f16295b3602fea
tree5b1b29e399786d60cd7dc96263402d7ccb7055e2
parentfa5282e6af7f8d90c42c77a518c50e161dc0efba
examples: cast to uintptr_t instead of long

on Windows, long is a 32 bits type

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9470
src/examples/elementary/genlist_example_01.c
src/examples/elementary/genlist_example_02.c
src/examples/elementary/genlist_example_03.c
src/examples/elementary/genlist_example_04.c