tests: eina: fix usage of long on Windows
authorVincent Torri <vincent.torri@gmail.com>
Fri, 15 May 2020 03:49:17 +0000 (03:49 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 19 May 2020 21:21:01 +0000 (06:21 +0900)
commita89b2ab980641eac61c70e4a757d10006739123c
tree995168f7c6a2ba5afc2eb543e4b1dc1a4e89df18
parent0325109a1cf48ee864aaa25524ac882efecbcc3e
tests: eina: fix usage of long on Windows

On Windows 64bits, long is a 4 bytes type. Declare i as being a uintptr_t instead of unsigned long

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D11837
src/tests/eina/eina_test_array.c