On Tue, 28 Oct 2008, Lionel ORRY wrote:

sorry for that. Here it is:

Index: src/lib/Evil.h
===================================================================
--- src/lib/Evil.h      (révision 37267)
+++ src/lib/Evil.h      (copie de travail)
@@ -134,7 +134,7 @@
#  define S_IXGRP S_IXUSR
#  define S_IXOTH S_IXUSR

-#  define open(path,...) _open((path),__VA_ARGS__)
+#  define open(path,...) _open((path), _O_BINARY | (__VA_ARGS__) )

can you try this instead:

#  define open(path, flag, ...) _open((path), _O_BINARY | (flag), ##args)

?

Vincent
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to