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)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Aug 2011 07:54:49 +0000 (07:54 +0000)
commit9123253d95340573585f19d251792c3fe4b46500
treee4803ffc0b4e2b6d81191456fa2d827b06dc5b4c
parentbc7b9e99dd5ae4a996cb23794bc0245af4f4f8ad
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
doc/widgets/Makefile.am
doc/widgets/widget_preview_tmpl_head.c
src/bin/Makefile.am
src/bin/config.c
src/bin/test.c
src/lib/Elementary.h.in