diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-01-07 15:56:54 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-01-07 15:56:54 +0000 |
commit | 6502ea96ea6dfcdc70f33edf0e5aa07a19cf5121 (patch) | |
tree | c1a3e8288b578cddb978386fa7556f900c08ee3b /legacy/ecore/src/lib/ecore_file/ecore_file.c | |
parent | 29f40fc1facde4cf32de9bef2a5600433ad26230 (diff) |
hve to revert these commits. they hve created a whole chunk of 64bit
crashes on linux. this is REALLY bad. so remove these changes now.
SVN revision: 55981
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index 82c1aa26fe..7fff28421f 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c | |||
@@ -5,18 +5,14 @@ | |||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <string.h> | 6 | #include <string.h> |
7 | 7 | ||
8 | #ifdef HAVE_UNISTD_H | 8 | #ifndef _MSC_VER |
9 | # include <unistd.h> | 9 | # include <unistd.h> |
10 | #endif | ||
11 | |||
12 | #ifdef HAVE_LIBGEN_H | ||
13 | # include <libgen.h> | 10 | # include <libgen.h> |
14 | #endif | 11 | #endif |
15 | 12 | ||
16 | #ifdef HAVE_FEATURES_H | 13 | #ifdef HAVE_FEATURES_H |
17 | # include <features.h> | 14 | # include <features.h> |
18 | #endif | 15 | #endif |
19 | |||
20 | #include <ctype.h> | 16 | #include <ctype.h> |
21 | #include <errno.h> | 17 | #include <errno.h> |
22 | 18 | ||