svn update: 48958 (latest:48959)
[framework/uifw/ecore.git] / src / lib / ecore / ecore_exe_wince.c
1 /*
2  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
3  */
4
5 #ifdef HAVE_CONFIG_H
6 # include <config.h>
7 #endif
8
9 #ifdef HAVE_EVIL
10 # include <Evil.h>
11 #endif
12
13 #include "Ecore.h"
14 #include "ecore_private.h"
15
16 void
17 _ecore_exe_init(void)
18 {
19 }
20
21 void
22 _ecore_exe_shutdown(void)
23 {
24 }