Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas
Modified Files:
ecore_evas.c ecore_evas_private.h
Log Message:
mingw portability
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ecore_evas.c 2 Sep 2004 16:50:18 -0000 1.15
+++ ecore_evas.c 20 Oct 2004 17:51:28 -0000 1.16
@@ -1476,6 +1476,7 @@
return ee->prop.sticky ? 1:0;
}
+#ifndef WIN32
/* fps debug calls - for debugging how much time your app actually spends */
/* rendering graphics... :) */
@@ -1548,3 +1549,4 @@
*(_ecore_evas_fps_rendertime_mmap) += tm;
}
}
+#endif
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_private.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore_evas_private.h 2 Sep 2004 16:50:18 -0000 1.6
+++ ecore_evas_private.h 20 Oct 2004 17:51:29 -0000 1.7
@@ -4,7 +4,10 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+
+#ifndef WIN32
#include <sys/mman.h>
+#endif
#include <Evas.h>
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs