Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir     : e17/proto/evil/src/lib/mman


Modified Files:
        mman.c 


Log Message:
* src/lib/Evil.h:
* src/lib/evil.c:
cegcc or mingwce32 does not like relative path,
so _fullpath or other similar function do not exist
on Winodws mobile.
* src/lib/mman/mman.c:
missing #

===================================================================
RCS file: /cvs/e/e17/proto/evil/src/lib/mman/mman.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- mman.c      5 Mar 2008 09:19:38 -0000       1.2
+++ mman.c      5 Mar 2008 11:22:46 -0000       1.3
@@ -23,7 +23,7 @@
 #if defined(__CEGCC__)
 # define CreateFileMapping CreateFileMappingW
 # define _get_osfhandle get_osfhandle
-elif defined (__MINGW32CE__)
+# elif defined (__MINGW32CE__)
 # define _get_osfhandle(FILEDES) ((long)FILEDES)
 #endif /* ! __CEGCC__ && ! __MINGW32CE__ */
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to