diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-14 09:08:38 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-12-01 12:15:32 -0800 |
commit | 63ad6ed3f0c405d116344806f78a8d359d31ca3b (patch) | |
tree | 9eba0a635e9e126fe7d7365ee23f803cec63787b /src/lib/ecore_evas/Ecore_Evas_Types.h | |
parent | 1ab2b14cfb494ab19d75bbff1a9986c36b887fcd (diff) |
ecore_cocoa: prevent Ecore_Cocoa_Window to be re-defined
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_evas/Ecore_Evas_Types.h')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas_Types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas_Types.h b/src/lib/ecore_evas/Ecore_Evas_Types.h index eea8aa741c..08d6d582d0 100644 --- a/src/lib/ecore_evas/Ecore_Evas_Types.h +++ b/src/lib/ecore_evas/Ecore_Evas_Types.h | |||
@@ -33,6 +33,7 @@ typedef struct _Ecore_WinCE_Window Ecore_WinCE_Window; | |||
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | #ifndef __ECORE_COCOA_H__ | 35 | #ifndef __ECORE_COCOA_H__ |
36 | # define _ECORE_COCOA_WINDOW_PREDEF | ||
36 | typedef struct _Ecore_Cocoa_Window Ecore_Cocoa_Window; | 37 | typedef struct _Ecore_Cocoa_Window Ecore_Cocoa_Window; |
37 | #endif | 38 | #endif |
38 | 39 | ||