Ecore exe: Fix windows build by making the windows stuff less redundant.
authorTom Hacohen <tom@stosb.com>
Tue, 26 Aug 2014 15:48:07 +0000 (16:48 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 26 Aug 2014 15:48:07 +0000 (16:48 +0100)
commitd4f6870bb5367efbbfc3ed66a339ec7c4c960559
tree84bbf443401e4c11739dc30b7430bd64a02c3b92
parent791f1e5f6cde2952c86379ab0e7e52fd1b3624a4
Ecore exe: Fix windows build by making the windows stuff less redundant.

This should fix the dumb way it was split until now (everything was redundant).
Now we just reimplement the parts we need to reimplement and the rest is shared.
The win32 code is called from within the normal code.
src/Makefile_Ecore.am
src/lib/ecore/ecore_exe.c
src/lib/ecore/ecore_exe_private.h [new file with mode: 0644]
src/lib/ecore/ecore_exe_win32.c