Ecore ecore_wince: fix compilation on Windows CE

SVN revision: 57291
This commit is contained in:
Vincent Torri 2011-02-24 07:46:43 +00:00
parent b0975aa65a
commit 2556aaddb6
1 changed files with 5 additions and 3 deletions

View File

@ -50,9 +50,11 @@ extern "C" {
*/ */
#ifndef _ECORE_EVAS_H /**
typedef void Ecore_WinCE_Window; * @typedef Ecore_WinCE_Window
#endif * Abstract type for a window.
*/
typedef struct _Ecore_WinCE_Window Ecore_WinCE_Window;
/** /**