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_psl1ght | |
parent | 71b7fc982a2e23bcb41bf6d227bceeba1f5596ec (diff) |
ecore: remove the need to order the header correctly for Windows.
Diffstat (limited to 'src/lib/ecore_psl1ght')
-rw-r--r-- | src/lib/ecore_psl1ght/Ecore_Psl1ght.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_psl1ght/Ecore_Psl1ght.h b/src/lib/ecore_psl1ght/Ecore_Psl1ght.h index c6300fda73..2eaca2903b 100644 --- a/src/lib/ecore_psl1ght/Ecore_Psl1ght.h +++ b/src/lib/ecore_psl1ght/Ecore_Psl1ght.h | |||
@@ -118,4 +118,7 @@ EAPI void ecore_psl1ght_optimal_screen_resolution_get(int *w, int *h); | |||
118 | } | 118 | } |
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | #undef EAPI | ||
122 | #define EAPI | ||
123 | |||
121 | #endif | 124 | #endif |