From 35617a9c0adb72e4ad9f405e369cb14bd8cf093f Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 7 Jan 2011 15:56:54 +0000 Subject: [PATCH] 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@55981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_async_events.c | 4 +--- src/lib/file/evas_path.c | 6 +----- src/lib/include/evas_common.h | 6 +----- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/lib/canvas/evas_async_events.c b/src/lib/canvas/evas_async_events.c index 148e3d4..a88620d 100644 --- a/src/lib/canvas/evas_async_events.c +++ b/src/lib/canvas/evas_async_events.c @@ -3,11 +3,9 @@ #ifdef BUILD_ASYNC_EVENTS - -#ifdef HAVE_UNISTD_H +#ifndef _MSC_VER # include #endif - #include #include diff --git a/src/lib/file/evas_path.c b/src/lib/file/evas_path.c index 0ab2bd2..3b1238a 100644 --- a/src/lib/file/evas_path.c +++ b/src/lib/file/evas_path.c @@ -14,12 +14,8 @@ /* get the casefold feature! */ #include #include - -#ifdef HAVE_UNISTD_H +#ifndef _MSC_VER # include -#endif - -#ifndef HAVE_SYS_PARAM_H # include #endif diff --git a/src/lib/include/evas_common.h b/src/lib/include/evas_common.h index 646fb36..707ab0a 100644 --- a/src/lib/include/evas_common.h +++ b/src/lib/include/evas_common.h @@ -242,14 +242,10 @@ void *alloca (size_t); #include #include -#ifdef HAVE_STDINT_H +#ifndef _MSC_VER # include #endif -#ifdef HAVE_UNISTD_H -# include -#endif - #include #include FT_FREETYPE_H #include FT_GLYPH_H -- 2.7.4