diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 14:24:48 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:10 +0200 |
commit | ce5ccfb5bee5174b168f0df49b75df2ab3849454 (patch) | |
tree | 9b306bbd87d30a70f20056aa44f9e90a3b593d43 /src/lib/ecore_input_evas | |
parent | 71b7fc982a2e23bcb41bf6d227bceeba1f5596ec (diff) |
ecore: remove the need to order the header correctly for Windows.
Diffstat (limited to 'src/lib/ecore_input_evas')
-rw-r--r-- | src/lib/ecore_input_evas/Ecore_Input_Evas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_input_evas/Ecore_Input_Evas.h b/src/lib/ecore_input_evas/Ecore_Input_Evas.h index 9116107b9d..22960488b3 100644 --- a/src/lib/ecore_input_evas/Ecore_Input_Evas.h +++ b/src/lib/ecore_input_evas/Ecore_Input_Evas.h | |||
@@ -62,4 +62,7 @@ EAPI void ecore_event_evas_modifier_lock_update(Evas *e, unsigned int modif | |||
62 | } | 62 | } |
63 | #endif | 63 | #endif |
64 | 64 | ||
65 | #undef EAPI | ||
66 | #define EAPI | ||
67 | |||
65 | #endif | 68 | #endif |