diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-04-14 20:04:16 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-04-14 20:04:16 +0000 |
commit | f8646c4d9c453f8d7aeb0a7aad57be6219d97932 (patch) | |
tree | 3b21f8ced819bdfc0097e18993df363d4d83ab99 /legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |
parent | 4e20818f7c284ca36ce74b73640b7edd0d7f1dff (diff) |
use ecore_input for the windows xp code
SVN revision: 40054
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c index 8462f0ba3b..eb217c751d 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |||
@@ -8,19 +8,18 @@ | |||
8 | 8 | ||
9 | #include <stdlib.h> /* for NULL */ | 9 | #include <stdlib.h> /* for NULL */ |
10 | 10 | ||
11 | #include "Ecore.h" | 11 | #include <Ecore.h> |
12 | #ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE | 12 | #ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE |
13 | # define WIN32_LEAN_AND_MEAN | 13 | # define WIN32_LEAN_AND_MEAN |
14 | # include <windows.h> | 14 | # include <windows.h> |
15 | # undef WIN32_LEAN_AND_MEAN | 15 | # undef WIN32_LEAN_AND_MEAN |
16 | # include "Ecore_WinCE.h" | 16 | # include <Ecore_WinCE.h> |
17 | # include "ecore_wince_private.h" | 17 | # include <ecore_wince_private.h> |
18 | #endif /* BUILD_ECORE_EVAS_SOFTWARE_16_WINCE */ | 18 | #endif /* BUILD_ECORE_EVAS_SOFTWARE_16_WINCE */ |
19 | 19 | ||
20 | #include "Ecore_Evas.h" | ||
21 | |||
22 | #include "ecore_private.h" | 20 | #include "ecore_private.h" |
23 | #include "ecore_evas_private.h" | 21 | #include "ecore_evas_private.h" |
22 | #include "Ecore_Evas.h" | ||
24 | 23 | ||
25 | #ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE | 24 | #ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE |
26 | 25 | ||