evas: disable use of mmap on windows for allocating pixels buffer.
authorCedric BAIL <cedric.bail@samsung.com>
Fri, 3 Jan 2014 08:53:51 +0000 (17:53 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Fri, 3 Jan 2014 08:53:51 +0000 (17:53 +0900)
commit39a0ac4315c557bfc4a794af39ab68fa8c0ba741
tree376084d83d827142a4004a183d838d3d5ae6fb44
parent8c819cf214a5e2176a53a1d2df57477bae8b1c4c
evas: disable use of mmap on windows for allocating pixels buffer.

We do have mmap provided by Evil, but there is no implementation yet of
an anonymous map support. Also it is not clear how the memory system of
windows does actually work, so not sure this optimization is relevant
to windows at all. Thus we disable it for the time being and unbreak
the windows support.

- cherry-pick me -
src/lib/evas/common/evas_image_main.c