ecore_exe is currently not supported on WinCE

SVN revision: 43629
This commit is contained in:
Lars Munch 2009-11-12 15:15:57 +00:00
parent 3b3872fed2
commit caf672636d
1 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "Ecore.h"
#ifdef _WIN32
# ifndef _WIN32_WCE
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@ -513,4 +514,17 @@ _ecore_exe_close_cb(void *data, Ecore_Win32_Handler *wh)
return 1;
}
# else
void
_ecore_exe_init(void)
{
}
void
_ecore_exe_shutdown(void)
{
}
# endif
#endif