evas: improve portability of bmp loader.
authorCedric BAIL <cedric@efl.so>
Sat, 16 Feb 2013 09:36:41 +0000 (10:36 +0100)
committerCedric BAIL <cedric@efl.so>
Sat, 16 Feb 2013 09:36:41 +0000 (10:36 +0100)
commit74aa601afcdba8b30932a3c3d7c0d2485ecc6e42
treeb588fe34be85f26ffe78a058397e97d0c35fd543
parent7c5e9dbd62f08e60d69cee2f41b88d936791b815
evas: improve portability of bmp loader.

On system like 64bits windows it is not a guaranty that a
sizeof (long) == sizeof (void*), we are better using the right type.
This generate a warning that we could have seen with just cross compilation.
src/modules/evas/loaders/bmp/evas_image_load_bmp.c