change the way elm_main() must be declared (fix bug on Windows).
authorVincent Torri <vincent.torri@gmail.com>
Sat, 27 Aug 2011 07:54:49 +0000 (07:54 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sat, 27 Aug 2011 07:54:49 +0000 (07:54 +0000)
commit2303b2519b813a6f8f86178785a43115bd4defe6
treee4803ffc0b4e2b6d81191456fa2d827b06dc5b4c
parent1b4d0f49cd3cb5a5f19a6c9df3358daef81e2b17
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 ?

SVN revision: 62885
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