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_file/Ecore_File.h | |
parent | 71b7fc982a2e23bcb41bf6d227bceeba1f5596ec (diff) |
ecore: remove the need to order the header correctly for Windows.
Diffstat (limited to 'src/lib/ecore_file/Ecore_File.h')
-rw-r--r-- | src/lib/ecore_file/Ecore_File.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 806ad87f84..c78b0b1929 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h | |||
@@ -187,4 +187,7 @@ EAPI Eina_Bool ecore_file_download_protocol_available(const char *protocol); | |||
187 | } | 187 | } |
188 | #endif | 188 | #endif |
189 | 189 | ||
190 | #undef EAPI | ||
191 | #define EAPI | ||
192 | |||
190 | #endif | 193 | #endif |