change the way elm_main() must be declared (fix bug on Windows).
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Aug 2011 07:54:49 +0000 (07:54 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Thu, 10 Nov 2011 06:07:10 +0000 (15:07 +0900)
commitc88a26cec8bcfa0f6744828b946c0496a210dc51
treea652ee476adbbc19f545b2edaf81839fefa983fc
parent5c5dfbcbfce86ea695dd76e0ce24adbc1955b5ed
change the way elm_main() must be declared (fix bug on Windows).

Instead of EAPI elm_main(***), it must be EAPI_MAIN elm_main(***) so that
it also work on Windows.

If someone knows sed a bit, can he also change all the examples ?

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/Makefile.am
src/bin/config.c
src/bin/test.c