hve to revert these commits. they hve created a whole chunk of 64bit
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Jan 2011 15:56:54 +0000 (15:56 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Jan 2011 15:56:54 +0000 (15:56 +0000)
crashes on linux. this is REALLY bad. so remove these changes now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@55981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_async_events.c
src/lib/file/evas_path.c
src/lib/include/evas_common.h

index 148e3d4..a88620d 100644 (file)
@@ -3,11 +3,9 @@
 
 #ifdef BUILD_ASYNC_EVENTS
 
-
-#ifdef HAVE_UNISTD_H
+#ifndef _MSC_VER
 # include <unistd.h>
 #endif
-
 #include <fcntl.h>
 #include <errno.h>
 
index 0ab2bd2..3b1238a 100644 (file)
 /* get the casefold feature! */
 #include <fnmatch.h>
 #include <dirent.h>
-
-#ifdef HAVE_UNISTD_H
+#ifndef _MSC_VER
 # include <unistd.h>
-#endif
-
-#ifndef HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif
 
index 646fb36..707ab0a 100644 (file)
@@ -242,14 +242,10 @@ void *alloca (size_t);
 #include <time.h>
 #include <ctype.h>
 
-#ifdef HAVE_STDINT_H
+#ifndef _MSC_VER
 # include <stdint.h>
 #endif
 
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
 #include <ft2build.h>
 #include FT_FREETYPE_H
 #include FT_GLYPH_H