diff options
author | doursse <doursse> | 2007-10-29 20:02:08 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2007-10-29 20:02:08 +0000 |
commit | 8cdab64618537215c0cc0f8a9e1a1ae1111caf56 (patch) | |
tree | 2367dceb8f1a8e2101fa2facd8be05fff3116205 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | 2e41be8733c4e3fef91523a6dd347bc8aae36d2c (diff) |
fix linking on Windows, minor formatting and remove useless windows.h include
SVN revision: 32207
Diffstat (limited to 'legacy/ecore/src/lib/ecore_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index 56060d8a23..93fab9d8d0 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -1,9 +1,9 @@ | |||
1 | #ifndef _FILE_OFFSET_BITS | 1 | #ifndef _FILE_OFFSET_BITS |
2 | #define _FILE_OFFSET_BITS 64 | 2 | # define _FILE_OFFSET_BITS 64 |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #ifdef __linux__ | 5 | #ifdef __linux__ |
6 | #include <features.h> | 6 | # include <features.h> |
7 | #endif | 7 | #endif |
8 | #include "ecore_private.h" | 8 | #include "ecore_private.h" |
9 | #include "Ecore.h" | 9 | #include "Ecore.h" |