> @@ -47,7 +47,7 @@ > # define pipe_write(fd, buffer, size) write((fd), buffer, size) > # define pipe_read(fd, buffer, size) read((fd), buffer, size) > # define pipe_close(fd) close(fd) > -# define pipe_fd_invalid -1 > +# define PIPE_FD_INVALID -1 > # define PIPE_FD_ERROR -1
indeed, i forgot that. thanks. Vincent ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
