efl_io_file: unbreak windows build (missing O_CLOEXEC).
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 16 Sep 2016 10:26:54 +0000 (07:26 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 16 Sep 2016 10:26:54 +0000 (07:26 -0300)
commit6e12d4f86cd3925fe8737f0ae5f09240b4d274d3
tree048d65706434c70eeacc84fa20835ec622fec647
parent60f84b733abd1f77d0f8c89f8b3af0ec72dd0720
efl_io_file: unbreak windows build (missing O_CLOEXEC).

To avoid many ifdef, define the flag to 0 so we "| 0" or "& ~0", that
have no effect.

Fixes T4612.
src/lib/ecore/efl_io_file.c